[Midnightbsd-cvs] mports [18810] trunk/lang/spidermonkey170/Makefile: fix depends and license

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 8 12:07:29 EDT 2015


Revision: 18810
          http://svnweb.midnightbsd.org/mports/?rev=18810
Author:   laffer1
Date:     2015-05-08 12:07:29 -0400 (Fri, 08 May 2015)
Log Message:
-----------
fix depends and license

Modified Paths:
--------------
    trunk/lang/spidermonkey170/Makefile

Modified: trunk/lang/spidermonkey170/Makefile
===================================================================
--- trunk/lang/spidermonkey170/Makefile	2015-05-08 16:06:11 UTC (rev 18809)
+++ trunk/lang/spidermonkey170/Makefile	2015-05-08 16:07:29 UTC (rev 18810)
@@ -9,10 +9,12 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A standalone JavaScript interpreter from the Mozilla project
-LICENSE=	gpl2
-# dual mpl gpl
-LIB_DEPENDS=	nspr4.1:${PORTSDIR}/devel/nspr
 
+LICENSE=	gpl2 mpl
+LICENSE_COMB=	dual
+
+LIB_DEPENDS=	libnspr4.so:${PORTSDIR}/devel/nspr
+
 MAKE_ARGS+=	JS_THREADSAFE=YES \
 		PROG_LIBS="-lreadline -ltermcap -lm ${PTHREAD_LIBS}" \
 		LDFLAGS="-L${LOCALBASE}/lib"



More information about the Midnightbsd-cvs mailing list