diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
commit | 9edf2e2b52def7f393eec8e83c51ee62cbf76d8e (patch) | |
tree | d4db3e37354ea6d96395504427689a81e14445e9 /emulators/gsnes9x/Makefile | |
parent | Update to 0.3.8. (diff) |
Use "USE_GTK" & "USE_GNOME" forever.
Notes
Notes:
svn path=/head/; revision=39851
Diffstat (limited to 'emulators/gsnes9x/Makefile')
-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 4926b77ecf1f..f9b26206b978 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 |