aboutsummaryrefslogtreecommitdiff
path: root/www/mplayer-plugin
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-06 21:25:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-06 21:25:44 +0000
commitbf64ec7ec34ee93e962d42a52e41306a78f5c9b8 (patch)
treed0a1e859a809e81b5b2418ab94f7ea539ff23114 /www/mplayer-plugin
parent7e8ad40fdf4a7de1331f5b8f0d1a52189ae3505e (diff)
downloadports-bf64ec7ec34ee93e962d42a52e41306a78f5c9b8.tar.gz
ports-bf64ec7ec34ee93e962d42a52e41306a78f5c9b8.zip
Notes
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r--www/mplayer-plugin/Makefile8
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} ""