From 6f42da10646782853e16761f53f03026c1fa3f47 Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 28 Sep 2009 10:42:19 +0000 Subject: Teach configure where to find jsapi.h. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13062 df743ca5-7f9a-e211-a948-0013205c9059 --- net/libproxy-mozjs/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3