[Midnightbsd-cvs] mports: Makefile: This didn't work out well.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 20 12:46:30 EDT 2008


Log Message:
-----------


This didn't work out well.  Add the dependancies back

Modified Files:
--------------
    mports/www/nspluginwrapper:
        Makefile (r1.5 -> r1.6)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/nspluginwrapper/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L www/nspluginwrapper/Makefile -L www/nspluginwrapper/Makefile -u -r1.5 -r1.6
--- www/nspluginwrapper/Makefile
+++ www/nspluginwrapper/Makefile
@@ -61,4 +61,9 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/usr/lib/nspluginwrapper/i386/linux/* \
 	     ${LIBDIR}/i386/linux/
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+BUILD_DEPENDS+=	${LOCALBASE}/libdata/xorg/libraries:${X_LIBRARIES_PORT}
+RUN_DEPENDS+=	${LOCALBASE}/libdata/xorg/libraries:${X_LIBRARIES_PORT}
+
+.include <bsd.port.post.mk>


More information about the Midnightbsd-cvs mailing list