diff options
Diffstat (limited to 'lang/spidermonkey24/Makefile')
-rw-r--r-- | lang/spidermonkey24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile index 0c262911d6fe..12576599e008 100644 --- a/lang/spidermonkey24/Makefile +++ b/lang/spidermonkey24/Makefile @@ -12,8 +12,8 @@ DISTNAME= mozjs-${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= Standalone JavaScript based from Mozilla 24-esr -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr +BUILD_DEPENDS= zip:archivers/zip +LIB_DEPENDS= libnspr4.so:devel/nspr CONFLICTS= njs-[0-9]* |