aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-04-30 16:44:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-04-30 16:44:57 +0000
commit308a9046eeadaa9c7a68404e0eb900a1bc6687c9 (patch)
treec6987915d3041b276a532abbb976f667a8dc81f2 /multimedia
parentecc5e034e075ef58dcbaf183dee419973d9c9dae (diff)
downloadports-308a9046eeadaa9c7a68404e0eb900a1bc6687c9.tar.gz
ports-308a9046eeadaa9c7a68404e0eb900a1bc6687c9.zip
- Remove www/firefox15 support
Reviewed by: mezz
Notes
Notes: svn path=/head/; revision=212372
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