diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-08-14 11:08:15 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-08-14 11:08:15 +0000 |
commit | 5d2c21d03e629117826da01bdc0cf3d9915a9e90 (patch) | |
tree | d36b8b2eea54884ba0c379afd24d2dfaa710d3c0 /multimedia/phonon-gstreamer | |
parent | bcca90baa11ebc849014cd022fb8de7c1bd85517 (diff) | |
download | ports-5d2c21d03e629117826da01bdc0cf3d9915a9e90.tar.gz ports-5d2c21d03e629117826da01bdc0cf3d9915a9e90.zip |
Notes
Diffstat (limited to 'multimedia/phonon-gstreamer')
-rw-r--r-- | multimedia/phonon-gstreamer/Makefile | 2 |
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 |