aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-05-01 00:44:57 +0800
committermiwi <miwi@FreeBSD.org>2008-05-01 00:44:57 +0800
commitf9aff13cda03dcb7ab49a13c0a8b084eb8dc2bcf (patch)
treec6fe4b3141cf456d9ba1280dd001bf60649490b0 /multimedia
parent28b728001bd0ddf9eb9fcd7814668cd1ecbf8fbe (diff)
downloadfreebsd-ports-gnome-f9aff13cda03dcb7ab49a13c0a8b084eb8dc2bcf.tar.gz
freebsd-ports-gnome-f9aff13cda03dcb7ab49a13c0a8b084eb8dc2bcf.tar.zst
freebsd-ports-gnome-f9aff13cda03dcb7ab49a13c0a8b084eb8dc2bcf.zip
- Remove www/firefox15 support
Reviewed by: mezz
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gxine/Makefile2
-rw-r--r--multimedia/helixplayer/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile
index dab1f54e14c6..126a1f561e65 100644
--- a/multimedia/gxine/Makefile
+++ b/multimedia/gxine/Makefile
@@ -67,7 +67,7 @@ LIB_DEPENDS+= js.1:${PORTSDIR}/lang/spidermonkey
CONFIGURE_ARGS+=--without-browser-plugin
PLIST_SUB+= MOZILLA_PLUGIN="@comment "
.else
-USE_GECKO= firefox mozilla seamonkey xulrunner firefox15
+USE_GECKO= firefox mozilla seamonkey xulrunner
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
LIB_DEPENDS+= nspr4.1:${PORTSDIR}/devel/nspr
CONFIGURE_ENV+= NSPR_CFLAGS="-I${LOCALBASE}/include/nspr" \
diff --git a/multimedia/helixplayer/Makefile b/multimedia/helixplayer/Makefile
index 2bc226208119..8d89da07c9dd 100644
--- a/multimedia/helixplayer/Makefile
+++ b/multimedia/helixplayer/Makefile
@@ -52,7 +52,7 @@ BROKEN= coredumps during compilation on ${ARCH}
.endif
.if defined(WITH_PLUGIN)
-USE_GECKO= firefox mozilla firefox15 seamonkey
+USE_GECKO= firefox mozilla seamonkey
PLIST_SUB+= PLUGIN=""
PKGMESSAGE= ${WRKDIR}/msg.withplugin
.else