diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-26 15:57:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-26 15:57:58 +0800 |
commit | dd275444727661bf6275a6c64f8becf328c13a67 (patch) | |
tree | fe3df435940fe37442c8bbea6cdaa74f58b0c6c0 /lang/spidermonkey | |
parent | 16b8dc88b818c72d0c504e18cd8b675b553f8e5d (diff) | |
download | freebsd-ports-gnome-dd275444727661bf6275a6c64f8becf328c13a67.tar.gz freebsd-ports-gnome-dd275444727661bf6275a6c64f8becf328c13a67.tar.zst freebsd-ports-gnome-dd275444727661bf6275a6c64f8becf328c13a67.zip |
- Makefile cleanup
- Update MASTER_SITES
PR: 112144
Submitted by: Dan Rench<citric@cubicone.tmetic.com> (maintainer)
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 28e39fac4b1d..501646ce463c 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -8,17 +8,18 @@ PORTNAME= spidermonkey DISTVERSION= 1.5 PORTREVISION= 3 CATEGORIES= lang -MASTER_SITES= MOZILLA:src,older -MASTER_SITE_SUBDIR= js/:src js/older-packages/:older +MASTER_SITES= MOZILLA +MASTER_SITE_SUBDIR= js/older-packages/ DISTNAME= js-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src MAINTAINER= citric@cubicone.tmetic.com COMMENT= A standalone JavaScript interpreter from the Mozilla project +LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr + CONFLICTS= njs-[0-9]* -LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr MAKE_ARGS+= JS_THREADSAFE=YES \ PROG_LIBS="-lreadline -ltermcap -lm ${PTHREAD_LIBS}" \ LDFLAGS="-L${LOCALBASE}/lib" |