[Midnightbsd-cvs] mports [20003] trunk/www/browser35/Makefile: sample

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 23 11:49:51 EDT 2015


Revision: 20003
          http://svnweb.midnightbsd.org/mports/?rev=20003
Author:   laffer1
Date:     2015-08-23 11:49:51 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
sample

Modified Paths:
--------------
    trunk/www/browser35/Makefile

Modified: trunk/www/browser35/Makefile
===================================================================
--- trunk/www/browser35/Makefile	2015-08-23 15:48:09 UTC (rev 20002)
+++ trunk/www/browser35/Makefile	2015-08-23 15:49:51 UTC (rev 20003)
@@ -15,22 +15,21 @@
 
 BUILD_DEPENDS=	nspr>=4.8:${PORTSDIR}/devel/nspr \
 		zip:${PORTSDIR}/archivers/zip
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
-		cairo.2:${PORTSDIR}/graphics/cairo \
-		nspr4:${PORTSDIR}/devel/nspr \
-		freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libcairo.so:${PORTSDIR}/graphics/cairo \
+		libnspr4.so:${PORTSDIR}/devel/nspr \
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 CONFLICTS=	firefox-[0-9]* browser-2* browser-3.0.[0-9]*
 
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}
 
+USES=		iconv desktop-file-utils
 USE_AUTOTOOLS=	autoconf213:env
-USE_GNOME+=	gtk20 libidl desktopfileutils gnomelibs
-USE_ICONV=	yes
+USE_GNOME+=	gtk20 libidl
 USE_PERL5=	yes
 USE_PERL5_BUILD=yes
 USE_XORG=	printproto sm xt xi xext x11 xinerama ice xproto
-MAKE_JOBS_SAFE=	yes
 
 MOZILLA=	browser
 MOZILLA_NAME=	Browser



More information about the Midnightbsd-cvs mailing list