[Midnightbsd-cvs] mports [20002] trunk/www/browser3/Makefile: at least fixup for reference

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 23 11:48:10 EDT 2015


Revision: 20002
          http://svnweb.midnightbsd.org/mports/?rev=20002
Author:   laffer1
Date:     2015-08-23 11:48:09 -0400 (Sun, 23 Aug 2015)
Log Message:
-----------
at least fixup for reference

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

Modified: trunk/www/browser3/Makefile
===================================================================
--- trunk/www/browser3/Makefile	2015-08-23 15:42:47 UTC (rev 20001)
+++ trunk/www/browser3/Makefile	2015-08-23 15:48:09 UTC (rev 20002)
@@ -12,25 +12,24 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Web browser based on the browser portion of Mozilla
+
 LICENSE=	gpl2
 
 BUILD_DEPENDS=	nspr>=4.7:${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*
 
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}
 
-USE_GNOME+=	gtk20 libidl desktopfileutils
-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
@@ -44,8 +43,7 @@
 			--host=${ARCH}-portbld-freebsd7.0
 EXTRA_CFLAGS=	-O2
 HAS_CONFIGURE=	yes
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake tar:bzip2 desktop-file-utils iconv
 NO_MOZPKGINSTALL=yes
 WANT_PERL=	yes
 GECKO_PLIST_PRE_FILES=	lib/${MOZILLA}/chrome/icons/default/default.xpm



More information about the Midnightbsd-cvs mailing list