diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-05 18:37:14 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-05 18:37:14 +0000 |
commit | 724636363e3c6a31b9603ba8b4cb60ceb60fff32 (patch) | |
tree | 8a750e53b83057b8bc35a0af6278c6ec7650acd5 /lang/spidermonkey | |
parent | a0dc8a9e4468a04ad1f086c043dfee8eb066a44a (diff) | |
download | ports-724636363e3c6a31b9603ba8b4cb60ceb60fff32.tar.gz ports-724636363e3c6a31b9603ba8b4cb60ceb60fff32.zip |
Notes
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 55e5075746b1..017e7f121601 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -1,15 +1,14 @@ # Ports collection makefile for: spidermonkey -# Date created: Fri Apr 18, 2003 -# Whom: Dan Rench (citric@cubicone.tmetic.com) +# Date created: Fri Apr 18, 2003 +# Whom: Dan Rench <citric@cubicone.tmetic.com> # # $FreeBSD$ PORTNAME= spidermonkey DISTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_MOZILLA:S/$/:src/} \ - ${MASTER_SITE_MOZILLA:S/$/:older/} +MASTER_SITES= MOZILLA:src,older MASTER_SITE_SUBDIR= js/:src js/older-packages/:older DISTNAME= js-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:src @@ -51,7 +50,7 @@ USE_GMAKE= YES MAKEFILE= Makefile.ref ALL_TARGET= ${OPSYS}`${UNAME} -r`_DBG.OBJ/js MAKE_ENV+= CC="${CC}" CCC="${CXX}" -INSTALLS_SHLIB= YES +USE_LDCONFIG= yes SRC_DIR= js/src JSH= jsapi.h jsautocfg.h jscompat.h jslong.h jsosdep.h jsotypes.h jspubtd.h jstypes.h \ jsstr.h jshash.h jsprvtd.h |