Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 14:00:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330746 - head/emulators/mupen64-base
Message-ID:  <201310181400.r9IE0Ypp085118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Oct 18 14:00:34 2013
New Revision: 330746
URL: http://svnweb.freebsd.org/changeset/ports/330746

Log:
  Fix a hidden bad usage of pkgconfig

Modified:
  head/emulators/mupen64-base/Makefile.common

Modified: head/emulators/mupen64-base/Makefile.common
==============================================================================
--- head/emulators/mupen64-base/Makefile.common	Fri Oct 18 13:57:10 2013	(r330745)
+++ head/emulators/mupen64-base/Makefile.common	Fri Oct 18 14:00:34 2013	(r330746)
@@ -9,7 +9,8 @@ EXTRACT_AFTER_ARGS=	${DISTNAME}/Makefile
 
 .if defined(HAVE_GTK2)
 .include <${PORTSDIR}/Mk/bsd.gnome.mk>
-USE_GNOME=	pkgconfig gtk20
+USE_GNOME=	gtk20
+USES+=		pkgconfig
 .else
 .include <${PORTSDIR}/Mk/bsd.gnome.mk>
 USE_GNOME=	gtk12



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310181400.r9IE0Ypp085118>