diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-07 05:25:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-07 05:25:44 +0800 |
commit | 3d55c42d42618bec0de1e3a6c31636ff4ddadadb (patch) | |
tree | 398222ab11d4e2f8603a4ffc4f6b999e99d9a37e /www/mplayer-plugin | |
parent | b814cff26063a3668b6029d672610a9a7b36f214 (diff) | |
download | freebsd-ports-gnome-3d55c42d42618bec0de1e3a6c31636ff4ddadadb.tar.gz freebsd-ports-gnome-3d55c42d42618bec0de1e3a6c31636ff4ddadadb.tar.zst freebsd-ports-gnome-3d55c42d42618bec0de1e3a6c31636ff4ddadadb.zip |
Go with the flow, and use firefox as the default Gecko provider.
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r-- | www/mplayer-plugin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index b4a869971f86..4aac1e367412 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayerplug-in PORTVERSION= 3.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mplayerplug-in @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= mplayerplug-in MAINTAINER= marcus@FreeBSD.org COMMENT= A Mozilla plugin for the MPlayer media player -.if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" +.if !defined(WITH_MOZILLA) || ${WITH_MOZILLA}=="firefox" BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/firefox-plugin.pc:${PORTSDIR}/www/firefox .else @@ -63,10 +63,10 @@ USE_GCC= 3.4 pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} " By default this port uses www/mozilla for Gecko support, but you can" + @${ECHO_MSG} " By default this port uses www/firefox for Gecko support, but you can" @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" @${ECHO_MSG} - @${ECHO_MSG} " firefox " + @${ECHO_MSG} " mozilla " @${ECHO_MSG} " mozilla-devel " @${ECHO_MSG} "" |