svn commit: r326079 - head/emulators/mupen64plus-core

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 20:27:19 UTC 2013


Author: bapt
Date: Mon Sep  2 20:27:18 2013
New Revision: 326079
URL: http://svnweb.freebsd.org/changeset/ports/326079

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/emulators/mupen64plus-core/Makefile

Modified: head/emulators/mupen64plus-core/Makefile
==============================================================================
--- head/emulators/mupen64plus-core/Makefile	Mon Sep  2 20:25:13 2013	(r326078)
+++ head/emulators/mupen64plus-core/Makefile	Mon Sep  2 20:27:18 2013	(r326079)
@@ -16,9 +16,9 @@ MAINTAINER?=	acm at FreeBSD.org
 COMMENT?=	A fork of Mupen64 Nintendo 64 emulator
 
 PROJECTHOST=	bsdistfiles
+USES=		gmake pkgconfig
 USE_GL?=	yes
 USE_SDL?=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG?=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 


More information about the svn-ports-all mailing list