[Midnightbsd-cvs] mports: Makefile: Add imake depends in hopes of getting the app-defaults

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 23 17:15:31 EDT 2008


Log Message:
-----------
Add imake depends in hopes of getting the app-defaults setup right.

Modified Files:
--------------
    mports/x11/xscreensaver:
        Makefile (r1.12 -> r1.13)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.12 -r1.13
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -17,6 +17,8 @@
 COMMENT=	Save your screen while you entertain your cat
 LICENSE=	x11
 
+# This doesn't build with imake, but the app-defaults is created with that utility normally.
+BUILD_DEPENDS=	imake:${PORTSDIR}/devel/imake
 LIB_DEPENDS=	gle.4:${PORTSDIR}/graphics/gle \
 		xml2.5:${PORTSDIR}/textproc/libxml2 \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \


More information about the Midnightbsd-cvs mailing list