From owner-svn-ports-all@FreeBSD.ORG Thu Sep 20 10:15:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85CEB106564A; Thu, 20 Sep 2012 10:15:35 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 719F08FC12; Thu, 20 Sep 2012 10:15:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8KAFZrv098336; Thu, 20 Sep 2012 10:15:35 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8KAFZNR098334; Thu, 20 Sep 2012 10:15:35 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201209201015.q8KAFZNR098334@svn.freebsd.org> From: Koop Mast Date: Thu, 20 Sep 2012 10:15:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304574 - head/multimedia/gstreamer X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 10:15:35 -0000 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@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 -.if ${PORT_OPTIONS:MCHECK} +.if ${PORT_OPTIONS:MLIBCHECK} LIB_DEPENDS+= check:${PORTSDIR}/devel/libcheck PLIST_SUB+= CHECK="" .else