diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-19 05:50:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-19 05:50:06 +0000 |
commit | e4960c6a55632ed48152aae6195722d8dc1d3022 (patch) | |
tree | 9a540a7f8c3f36bf188e0f16f3eaadf2d5af0d36 /www/openvrml | |
parent | c4c94ed0c86cb1e36353b01c37758e99f3ede9f2 (diff) | |
download | ports-e4960c6a55632ed48152aae6195722d8dc1d3022.tar.gz ports-e4960c6a55632ed48152aae6195722d8dc1d3022.zip |
Notes
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 4 |
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 | \ |