diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-28 13:52:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-28 13:52:49 +0800 |
commit | d717d529a7ea5a04ff02fb07997b070f7e7e5553 (patch) | |
tree | 8e29bda561b8587e3d0c9cfc24e7d23a2c4459a1 /emulators | |
parent | b463296037fa18a38e890a1ecf8b7d797c4edd4e (diff) | |
download | freebsd-ports-gnome-d717d529a7ea5a04ff02fb07997b070f7e7e5553.tar.gz freebsd-ports-gnome-d717d529a7ea5a04ff02fb07997b070f7e7e5553.tar.zst freebsd-ports-gnome-d717d529a7ea5a04ff02fb07997b070f7e7e5553.zip |
Fix build on bento by adding a dependency on gnomelibs.
Reported by: bento via 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 8a60055d1f7a..a3156b32fdbc 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= gtk12 orbit esound +USE_GNOME= gnomelibs USE_GMAKE= yes USE_X_PREFIX= yes |