[Midnightbsd-cvs] mports: Makefile: Add missing dependancies.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 13 10:03:20 EDT 2008


Log Message:
-----------
Add missing dependancies.

Modified Files:
--------------
    mports/www/browser:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/browser/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L www/browser/Makefile -L www/browser/Makefile -u -r1.1 -r1.2
--- www/browser/Makefile
+++ www/browser/Makefile
@@ -21,7 +21,12 @@
 COMMENT=	Web browser based on the browser portion of Mozilla
 LICENSE=	gpl2
 
-BUILD_DEPENDS=	nss>=3.11.2:${PORTSDIR}/security/nss
+BUILD_DEPENDS=	nss>=3.11.2:${PORTSDIR}/security/nss \
+		zip:${PORTSDIR}/archivers/zip
+LIB_DEPENDS+=   jpeg.9:${PORTSDIR}/graphics/jpeg \
+                png.5:${PORTSDIR}/graphics/png \
+                nspr4:${PORTSDIR}/devel/nspr \
+                nss3:${PORTSDIR}/security/nss
 
 MOZILLA=	browser
 MOZILLA_NAME=	Browser


More information about the Midnightbsd-cvs mailing list