aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2010-08-08 16:58:16 +0800
committerbeat <beat@FreeBSD.org>2010-08-08 16:58:16 +0800
commit79a935d5ddd4a46037d9fb8897bfeec779158970 (patch)
treecc306176da5617706995572db9ee37cebf71d399 /net
parent03ec7c0f8b776fe02d07654276bc4932bea38874 (diff)
downloadfreebsd-ports-gnome-79a935d5ddd4a46037d9fb8897bfeec779158970.tar.gz
freebsd-ports-gnome-79a935d5ddd4a46037d9fb8897bfeec779158970.tar.zst
freebsd-ports-gnome-79a935d5ddd4a46037d9fb8897bfeec779158970.zip
- Fix build with libxul 1.9.2
- Bump PORTREVISION after libxul update PR: ports/149044 Submitted by: decke@ Expr-run by: pav@ Approved by: portmgr (pav)
Diffstat (limited to 'net')
-rw-r--r--net/libproxy-mozjs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libproxy-mozjs/Makefile b/net/libproxy-mozjs/Makefile
index 513bbb6225c0..461c13ca24e1 100644
--- a/net/libproxy-mozjs/Makefile
+++ b/net/libproxy-mozjs/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net devel
PKGNAMESUFFIX= -mozjs
@@ -27,7 +27,7 @@ CONFIGURE_ARGS=--without-gnome --without-kde --without-webkit \
LIBPROXY_SLAVE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|mozilla-js|mozilla-js libxul-unstable|g' \
+ @${REINPLACE_CMD} -e 's|mozilla-js|mozilla-js libxul|g' \
${WRKSRC}/configure
.include "${MASTERDIR}/Makefile"