diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-04 16:26:44 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-06-04 16:26:44 +0000 |
commit | db11af180671996b92512ee7ccd0981873d365ca (patch) | |
tree | 7bae2776d868f1143a6c1f94b3be924c4c20a14e /emulators/gsnes9x | |
parent | Update to 1.2.2. Depend upon libportaudio now that it's in the tree. (diff) |
Make USE_GNOME list valid.
Reported by: kris
Diffstat (limited to 'emulators/gsnes9x')
-rw-r--r-- | emulators/gsnes9x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/gsnes9x/Makefile b/emulators/gsnes9x/Makefile index 1b03913cede9..8a60055d1f7a 100644 --- a/emulators/gsnes9x/Makefile +++ b/emulators/gsnes9x/Makefile @@ -18,7 +18,7 @@ COMMENT= A GTK front-end for the Snes9X SNES emulator RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x GNU_CONFIGURE= yes -USE_GNOME= yes +USE_GNOME= gtk12 orbit esound USE_GMAKE= yes USE_X_PREFIX= yes |