1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Use ${} to properly dereference a variable.

Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de>
This commit is contained in:
Joe Marcus Clarke 2004-03-07 19:26:55 +00:00
parent 73161a4a88
commit 7a54f82187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103220

View File

@ -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