svn commit: r325930 - head/emulators/snes9x-gtk

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 22:57:27 UTC 2013


Author: bapt
Date: Sun Sep  1 22:57:27 2013
New Revision: 325930
URL: http://svnweb.freebsd.org/changeset/ports/325930

Log:
  Eliminate USE_GNOME=pkgconfig
  While here:
  Convert to USES=perl5
  Convert to USES=desktop-file-utils
  Convert to USES=gmake

Modified:
  head/emulators/snes9x-gtk/Makefile

Modified: head/emulators/snes9x-gtk/Makefile
==============================================================================
--- head/emulators/snes9x-gtk/Makefile	Sun Sep  1 22:55:05 2013	(r325929)
+++ head/emulators/snes9x-gtk/Makefile	Sun Sep  1 22:57:27 2013	(r325930)
@@ -14,13 +14,11 @@ COMMENT=	Super Nintendo Entertainment Sy
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
 
-USE_PERL5=	yes
 USE_BZIP2=	yes
 USE_XORG=	x11 sm ice xext
-USE_GMAKE=	yes
-USE_GNOME=	gtk20 desktopfileutils pkgconfig intltool libglade2 libxml2
+USES=		gettext gmake perl5 desktop-file-utils pkgconfig
+USE_GNOME=	gtk20 intltool libglade2 libxml2
 GNU_CONFIGURE=	yes
-USES=		gettext
 USE_SDL=	sdl
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list