diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-08 09:16:11 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2010-08-08 09:16:11 +0000 |
commit | bfb24bafaa6541581c8432c280056fe0369a62e4 (patch) | |
tree | e3de271546b873c99d4a75a1f56deef81deb5eab /www/gecko-mediaplayer/Makefile | |
parent | 6ac33dd535f82bc8b760748ebaca9b7a43c1b544 (diff) | |
download | ports-bfb24bafaa6541581c8432c280056fe0369a62e4.tar.gz ports-bfb24bafaa6541581c8432c280056fe0369a62e4.zip |
Notes
Diffstat (limited to 'www/gecko-mediaplayer/Makefile')
-rw-r--r-- | www/gecko-mediaplayer/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index a9795f360309..1530cbd1fdf3 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -6,8 +6,8 @@ # PORTNAME= gecko-mediaplayer -PORTVERSION= 0.9.5 -PORTREVISION= 5 +PORTVERSION= 0.9.9.2 +PORTREVISION= 1 CATEGORIES= www multimedia gnome MASTER_SITES= GOOGLE_CODE @@ -22,13 +22,16 @@ OPTIONS= GCONF "Use Gconf to store preferences" off \ GNU_CONFIGURE= yes USE_GETTEXT= yes -USE_GNOME= glib20 -USE_GECKO= libxul seamonkey +USE_GNOME= glib20 pkgconfig +USE_GECKO= libxul USE_WEBPLUGINS= native WEBPLUGINS_FILES= ${PORTNAME}-dvx.so ${PORTNAME}-qt.so ${PORTNAME}-rm.so \ ${PORTNAME}-wmp.so ${PORTNAME}.so CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+= --enable-new-libxul \ + --with-xulrunner-sdk="${LOCALBASE}/include" \ + --with-plugin_dir="${WEBPLUGINS_DIR}" PORTDOCS= README COPYING AUTHORS ChangeLog INSTALL NEWS javascript.txt @@ -47,7 +50,8 @@ CONFIGURE_ARGS+= --disable-caching .endif post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/mozilla/plugins|${WEBPLUGINS_DIR}|' \ + @${REINPLACE_CMD} -e 's|-ldl||' \ + ${WRKSRC}/configure \ ${WRKSRC}/src/Makefile.in .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e \ |