diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-04 16:26:44 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-04 16:26:44 +0000 |
commit | 3f77a1319ea9497de334f74f3f3308dd4efcd92a (patch) | |
tree | 4f55a60e3c3646c97f3bb4425fd12ccbd33ad482 /emulators | |
parent | b8e908413f83d3a956e1ed5de588765082afa363 (diff) | |
download | FreeBSD-ports-3f77a1319ea9497de334f74f3f3308dd4efcd92a.zip FreeBSD-ports-3f77a1319ea9497de334f74f3f3308dd4efcd92a.tar.gz |
Make USE_GNOME list valid.
Reported by: kris
Diffstat (limited to 'emulators')
-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 1b03913..8a60055 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 |