svn commit: r302517 - head/multimedia/phonon-gstreamer

Alberto Villa avilla at FreeBSD.org
Tue Aug 14 11:08:16 UTC 2012


Author: avilla
Date: Tue Aug 14 11:08:15 2012
New Revision: 302517
URL: http://svn.freebsd.org/changeset/ports/302517

Log:
  - Fix PORT_OPTIONS check.
  
  Submitted by:	Luca Pizzamiglio via IRC

Modified:
  head/multimedia/phonon-gstreamer/Makefile

Modified: head/multimedia/phonon-gstreamer/Makefile
==============================================================================
--- head/multimedia/phonon-gstreamer/Makefile	Tue Aug 14 10:51:02 2012	(r302516)
+++ head/multimedia/phonon-gstreamer/Makefile	Tue Aug 14 11:08:15 2012	(r302517)
@@ -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
 



More information about the svn-ports-head mailing list