diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-11-28 20:06:37 +0000 |
commit | f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c (patch) | |
tree | ad29e6808ff698f84e08dab8e047f0ae72838df9 /net/libproxy-mozjs | |
parent | 873cae3ab41a109b6f9cf9f4149f101d6d996235 (diff) | |
download | ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.tar.gz ports-f76d32b8e89fed7c0e459c1a7fe7a4b57661b01c.zip |
Notes
Diffstat (limited to 'net/libproxy-mozjs')
-rw-r--r-- | net/libproxy-mozjs/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile index bda76b26d235..7502d6229705 100644 --- a/net/libproxy-mozjs/Makefile +++ b/net/libproxy-mozjs/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= net devel PKGNAMESUFFIX= -mozjs @@ -19,11 +19,15 @@ BUILD_WRKSRC= ${WRKSRC}/src/plugins INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= firefox libxul +USE_GECKO= libxul CONFIGURE_ARGS=--without-gnome --without-kde --without-webkit \ --with-mozjs --without-networkmanager --without-python \ --without-envvar --without-file LIBPROXY_SLAVE= yes +post-patch: + @${REINPLACE_CMD} -e 's|mozilla-js|mozilla-js libxul-unstable|g' \ + ${WRKSRC}/configure + .include "${MASTERDIR}/Makefile" |