aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-29 07:21:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-12-29 07:21:02 +0000
commitc46400c30950ec3f27ec9142493b387724482f0b (patch)
tree2e2c32b5d793dfd8651693f4ea4abc8b0dd1857f /x11-toolkits
parent0a2049d9461ad0000cf34966077a2a1a4fb5be39 (diff)
downloadports-c46400c30950ec3f27ec9142493b387724482f0b.tar.gz
ports-c46400c30950ec3f27ec9142493b387724482f0b.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxmozilla/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/wxmozilla/Makefile b/x11-toolkits/wxmozilla/Makefile
index 726a9e448e82..faf8a7af1a95 100644
--- a/x11-toolkits/wxmozilla/Makefile
+++ b/x11-toolkits/wxmozilla/Makefile
@@ -26,6 +26,7 @@ USE_GECKO= mozilla
WXGTK_CONFIG?= ${X11BASE}/bin/wxgtk2-2.4-config
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-wx-config=${WXGTK_CONFIG} --enable-python
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
@@ -35,4 +36,8 @@ INSTALLS_SHLIB= yes
IGNORE= does not build on 4.X
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|mozilla-nspr|nspr|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.post.mk>