diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-06 21:25:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-06 21:25:44 +0000 |
commit | bf64ec7ec34ee93e962d42a52e41306a78f5c9b8 (patch) | |
tree | d0a1e859a809e81b5b2418ab94f7ea539ff23114 /www/mplayer-plugin | |
parent | 7e8ad40fdf4a7de1331f5b8f0d1a52189ae3505e (diff) | |
download | ports-bf64ec7ec34ee93e962d42a52e41306a78f5c9b8.tar.gz ports-bf64ec7ec34ee93e962d42a52e41306a78f5c9b8.zip |
Notes
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} "" |