[Midnightbsd-cvs] mports: Makefile: remove x11 test (we only have xorg)
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Apr 14 14:45:20 EDT 2008
Log Message:
-----------
remove x11 test (we only have xorg)
Modified Files:
--------------
mports/x11-wm/skippy-xd:
Makefile (r1.2 -> r1.3)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-wm/skippy-xd/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11-wm/skippy-xd/Makefile -L x11-wm/skippy-xd/Makefile -u -r1.2 -r1.3
--- x11-wm/skippy-xd/Makefile
+++ x11-wm/skippy-xd/Makefile
@@ -8,7 +8,7 @@
PORTNAME= skippy-xd
PORTVERSION= 0.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://thegraveyard.org/files/
@@ -38,13 +38,4 @@
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/skippy-xd.rc-default ${DATADIR}
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.pre.mk>
-
-.if ${X_WINDOW_SYSTEM:L} != xorg
-BROKEN= XFree86 does not support XComposite.
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list