aboutsummaryrefslogtreecommitdiff
path: root/www/mplayer-plugin
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-07 19:26:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-07 19:26:55 +0000
commit7a54f82187bba908177b9792c52695d7d96c1b3e (patch)
tree1e8008d5cf6db142042a46c83ada37df4f3b0087 /www/mplayer-plugin
parent73161a4a8892e7a57c36d24946e52854e47e1fa8 (diff)
downloadports-7a54f82187bba908177b9792c52695d7d96c1b3e.tar.gz
ports-7a54f82187bba908177b9792c52695d7d96c1b3e.zip
Notes
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r--www/mplayer-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile
index 415551c67689..f04b0de0a671 100644
--- a/www/mplayer-plugin/Makefile
+++ b/www/mplayer-plugin/Makefile
@@ -14,7 +14,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}/lib/firefox/lib/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/firefox
RUN_DEPENDS= ${X11BASE}/lib/firefox/lib/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/firefox
.else