aboutsummaryrefslogtreecommitdiff
path: root/www/openvrml
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-19 05:50:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-19 05:50:06 +0000
commite4960c6a55632ed48152aae6195722d8dc1d3022 (patch)
tree9a540a7f8c3f36bf188e0f16f3eaadf2d5af0d36 /www/openvrml
parentc4c94ed0c86cb1e36353b01c37758e99f3ede9f2 (diff)
downloadports-e4960c6a55632ed48152aae6195722d8dc1d3022.tar.gz
ports-e4960c6a55632ed48152aae6195722d8dc1d3022.zip
Notes
Diffstat (limited to 'www/openvrml')
-rw-r--r--www/openvrml/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile
index 5d59930a6d73..92e67bac83e1 100644
--- a/www/openvrml/Makefile
+++ b/www/openvrml/Makefile
@@ -46,7 +46,9 @@ BROKEN= "Does not compile on !i386"
.endif
post-patch:
- @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g ; \
+ s|mozilla-js|firefox-js|g" \
+ ${WRKSRC}/configure
post-install:
@${FIND} ${PREFIX}/include/openvrml -type f | \