[Midnightbsd-cvs] mports: Makefile: Changing the depends target to package works great

ctriv at midnightbsd.org ctriv at midnightbsd.org
Fri Oct 12 19:12:17 EDT 2007


Log Message:
-----------
Changing the depends target to package works great with freebsd; however it breaks under fake.  This is further proof the the metaports framework needs to be formalized.

Modified Files:
--------------
    mports/x11/xorg:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xorg/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lx11/xorg/Makefile -Lx11/xorg/Makefile -u -r1.3 -r1.4
--- x11/xorg/Makefile
+++ x11/xorg/Makefile
@@ -53,12 +53,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if make(package)
-.if !defined(DEPENDS_TARGET:Mpackage) || empty(DEPENDS_TARGET:Mpackage)
-DEPENDS_TARGET="package"
-.endif
-.endif
-
 .if ${X_WINDOW_SYSTEM:L} != xorg
 IGNORE= is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\
 	distribution. See The X Window System and Virtual Consoles chapter\


More information about the Midnightbsd-cvs mailing list