svn commit: r304574 - head/multimedia/gstreamer
Koop Mast
kwm at FreeBSD.org
Thu Sep 20 10:15:35 UTC 2012
Author: kwm
Date: Thu Sep 20 10:15:34 2012
New Revision: 304574
URL: http://svn.freebsd.org/changeset/ports/304574
Log:
Check the correct option for libcheck support. [1]
Add USE_PKGCONFIG=build.
Submitted by: A.J. Kehoe IV (Nanoman) <9ya139x4 at nanoman.ca> [1]
Modified:
head/multimedia/gstreamer/Makefile
Modified: head/multimedia/gstreamer/Makefile
==============================================================================
--- head/multimedia/gstreamer/Makefile Thu Sep 20 09:35:10 2012 (r304573)
+++ head/multimedia/gstreamer/Makefile Thu Sep 20 10:15:34 2012 (r304574)
@@ -26,6 +26,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
WANT_GNOME= yes
USE_GNOME= gnomehack glib20 libxml2 ltverhack ltasneededhack
+USE_PKGCONFIG= build
USE_GETTEXT= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-tests \
@@ -50,7 +51,7 @@ LIBCHECK_DESC= Unit tests support
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MCHECK}
+.if ${PORT_OPTIONS:MLIBCHECK}
LIB_DEPENDS+= check:${PORTSDIR}/devel/libcheck
PLIST_SUB+= CHECK=""
.else
More information about the svn-ports-all
mailing list