Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 22:57:27 +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: r325930 - head/emulators/snes9x-gtk
Message-ID:  <201309012257.r81MvRTe051344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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