diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:57:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:57:27 +0800 |
commit | 12925516bbb266de76fc1d8abcbda736c4bbe67e (patch) | |
tree | 95f27e16614204835ce3dc41edf2cfd049f0663c /emulators | |
parent | dbb49b695b9e069e7cc2cfbdd12f9f79e33780f4 (diff) | |
download | freebsd-ports-gnome-12925516bbb266de76fc1d8abcbda736c4bbe67e.tar.gz freebsd-ports-gnome-12925516bbb266de76fc1d8abcbda736c4bbe67e.tar.zst freebsd-ports-gnome-12925516bbb266de76fc1d8abcbda736c4bbe67e.zip |
Eliminate USE_GNOME=pkgconfig
While here:
Convert to USES=perl5
Convert to USES=desktop-file-utils
Convert to USES=gmake
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index d3e793e56c7a..adfd03415146 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -14,13 +14,11 @@ COMMENT= Super Nintendo Entertainment System(SNES) Emulator 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 |