diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-05 00:26:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-05 00:26:44 +0800 |
commit | 3f77a1319ea9497de334f74f3f3308dd4efcd92a (patch) | |
tree | 4f55a60e3c3646c97f3bb4425fd12ccbd33ad482 /emulators/gsnes9x | |
parent | b8e908413f83d3a956e1ed5de588765082afa363 (diff) | |
download | freebsd-ports-gnome-3f77a1319ea9497de334f74f3f3308dd4efcd92a.tar.gz freebsd-ports-gnome-3f77a1319ea9497de334f74f3f3308dd4efcd92a.tar.zst freebsd-ports-gnome-3f77a1319ea9497de334f74f3f3308dd4efcd92a.zip |
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 |