svn commit: r330746 - head/emulators/mupen64-base

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 18 14:00:35 UTC 2013


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


More information about the svn-ports-head mailing list