summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/libproxy-mozjs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile
index 899d745d8..7502d6229 100644
--- a/net/libproxy-mozjs/Makefile
+++ b/net/libproxy-mozjs/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net devel
PKGNAMESUFFIX= -mozjs
@@ -26,4 +26,8 @@ CONFIGURE_ARGS=--without-gnome --without-kde --without-webkit \
LIBPROXY_SLAVE= yes
+post-patch:
+ @${REINPLACE_CMD} -e 's|mozilla-js|mozilla-js libxul-unstable|g' \
+ ${WRKSRC}/configure
+
.include "${MASTERDIR}/Makefile"