diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
commit | 2a28ece10b067c941da2d6d0e557342b649951f0 (patch) | |
tree | d54e5fd8c61b336b74b012553cb4e9216f2b613b /emulators | |
parent | db230673e4bcd10e602286e297bb3435782751cd (diff) | |
download | FreeBSD-ports-2a28ece10b067c941da2d6d0e557342b649951f0.zip FreeBSD-ports-2a28ece10b067c941da2d6d0e557342b649951f0.tar.gz |
Use "USE_GTK" & "USE_GNOME" forever.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gsnes9x/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index 4926b77..f9b2620 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -13,13 +13,10 @@ DISTNAME= GSnes9x-3.0 MAINTAINER= kbyanc@posi.net -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - gnome.4:${PORTSDIR}/x11/gnomelibs \ - esd.2:${PORTSDIR}/audio/esound RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x GNU_CONFIGURE= yes +USE_GNOME= yes USE_GMAKE= yes USE_X_PREFIX= yes |