aboutsummaryrefslogtreecommitdiff
path: root/multimedia/phonon-gstreamer
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-08-14 11:08:15 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-08-14 11:08:15 +0000
commit5d2c21d03e629117826da01bdc0cf3d9915a9e90 (patch)
treed36b8b2eea54884ba0c379afd24d2dfaa710d3c0 /multimedia/phonon-gstreamer
parentbcca90baa11ebc849014cd022fb8de7c1bd85517 (diff)
downloadports-5d2c21d03e629117826da01bdc0cf3d9915a9e90.tar.gz
ports-5d2c21d03e629117826da01bdc0cf3d9915a9e90.zip
- Fix PORT_OPTIONS check.
Submitted by: Luca Pizzamiglio via IRC
Notes
Notes: svn path=/head/; revision=302517
Diffstat (limited to 'multimedia/phonon-gstreamer')
-rw-r--r--multimedia/phonon-gstreamer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/phonon-gstreamer/Makefile b/multimedia/phonon-gstreamer/Makefile
index ec6745800af3..01611745b852 100644
--- a/multimedia/phonon-gstreamer/Makefile
+++ b/multimedia/phonon-gstreamer/Makefile
@@ -59,7 +59,7 @@ pre-su-install:
post-install:
${LN} -sf ${PREFIX}/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so \
${QT_PLUGINDIR}/phonon_backend/libphonon_gstreamer.so
-.if empty(${PORT_OPTIONS:MPLUGINS})
+.if empty(PORT_OPTIONS:MPLUGINS)
@${CAT} ${PKGMESSAGE}
.endif