1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix PORT_OPTIONS check.

Submitted by:	Luca Pizzamiglio via IRC
This commit is contained in:
Alberto Villa 2012-08-14 11:08:15 +00:00
parent bcca90baa1
commit 5d2c21d03e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302517

View File

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