[Midnightbsd-cvs] mports [18286] trunk/www/libxul/Makefile: fix fetch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 22 16:31:06 EDT 2015


Revision: 18286
          http://svnweb.midnightbsd.org/mports/?rev=18286
Author:   laffer1
Date:     2015-03-22 16:31:05 -0400 (Sun, 22 Mar 2015)
Log Message:
-----------
fix fetch

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

Modified: trunk/www/libxul/Makefile
===================================================================
--- trunk/www/libxul/Makefile	2015-03-22 18:20:54 UTC (rev 18285)
+++ trunk/www/libxul/Makefile	2015-03-22 20:31:05 UTC (rev 18286)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libxul
 DISTVERSION=	1.9.2.24
+PORTREVISION=	1
 CATEGORIES?=	www devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=   firefox/releases/3.6.24/source
@@ -10,9 +11,10 @@
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT?=	Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
-LICENSE=	agg
-# Dual mpl/gpl2
 
+LICENSE=	gpl2 mpl
+LICENSE_COMB=	dual
+
 WRKSRC=		${WRKDIR}/mozilla-1.9.2
 CONFLICTS=	mozilla-[0-9]*
 GECKO_PLIST_PRE_DIRS=	lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
@@ -23,9 +25,7 @@
 WANT_PERL=	yes
 ALL_TARGET=	default
 HAS_CONFIGURE=	yes
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-MAKE_JOBS_SAFE=	yes
+USES=		gmake tar:bzip2
 MAKE_ENV=	SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA}
 LDFLAGS+=	-Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
 USE_LDCONFIG=	${PREFIX}/lib/${MOZILLA}



More information about the Midnightbsd-cvs mailing list