[Midnightbsd-cvs] mports: Makefile: holy shit.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 1 16:54:09 EDT 2008


Log Message:
-----------
holy shit.  This was set as a build depends!  This breaks pkg_add badly

Modified Files:
--------------
    mports/x11/xorg:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xorg/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L x11/xorg/Makefile -L x11/xorg/Makefile -u -r1.6 -r1.7
--- x11/xorg/Makefile
+++ x11/xorg/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	xorg
 PORTVERSION=	7.3
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -42,6 +43,8 @@
 		Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver
 .endif
 
+RUN_DEPENDS+=	${BUILD_DEPENDS}
+
 do-install:	# empty
 
 pre-everything::


More information about the Midnightbsd-cvs mailing list