aboutsummaryrefslogtreecommitdiffstats
path: root/lang/spidermonkey
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-04-26 15:57:58 +0800
committermiwi <miwi@FreeBSD.org>2007-04-26 15:57:58 +0800
commitdd275444727661bf6275a6c64f8becf328c13a67 (patch)
treefe3df435940fe37442c8bbea6cdaa74f58b0c6c0 /lang/spidermonkey
parent16b8dc88b818c72d0c504e18cd8b675b553f8e5d (diff)
downloadfreebsd-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/Makefile7
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"