diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-21 04:23:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-21 04:23:12 +0000 |
commit | 6b6ef19cf89f23524c5c0a1dcb4bd65459378392 (patch) | |
tree | 97f5ea78f858742d77a11ffdd811b539aeda54f9 /www/openvrml | |
parent | 2e3f725443540ba0897bcca11f31ce94dfcd96d1 (diff) | |
download | ports-6b6ef19cf89f23524c5c0a1dcb4bd65459378392.tar.gz ports-6b6ef19cf89f23524c5c0a1dcb4bd65459378392.zip |
Depend on Mozilla for now as Firefox dependencies are broken.
Still reported by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=111910
Diffstat (limited to 'www/openvrml')
-rw-r--r-- | www/openvrml/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/openvrml/Makefile b/www/openvrml/Makefile index 92e67bac83e1..ca8f4365a743 100644 --- a/www/openvrml/Makefile +++ b/www/openvrml/Makefile @@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= VRML97 runtime and browser ("lookat") -BUILD_DEPENDS= ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-js.pc:${PORTSDIR}/www/firefox +BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-js.pc:${PORTSDIR}/www/mozilla LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= ${X11BASE}/lib/firefox/lib/pkgconfig/firefox-js.pc:${PORTSDIR}/www/firefox +RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-js.pc:${PORTSDIR}/www/mozilla USE_REINPLACE= yes USE_GL= yes @@ -29,8 +29,7 @@ USE_GNOME= gnomehack USE_GCC= 3.3 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext" \ - PKG_CONFIG_PATH="${X11BASE}/lib/firefox/lib/pkgconfig" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXext" CONFIGURE_ARGS= --without-jdk USE_GMAKE= yes INSTALLS_SHLIB= yes @@ -46,8 +45,7 @@ BROKEN= "Does not compile on !i386" .endif post-patch: - @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g ; \ - s|mozilla-js|firefox-js|g" \ + @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" \ ${WRKSRC}/configure post-install: |