diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 13:22:20 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 13:22:20 +0800 |
commit | 4973479173f6da4f4418ee2a2acb21844590628b (patch) | |
tree | 507d98ad196d2e8d2f0381b08c78fa1e2695f29a | |
parent | 454af21c2a187f41eaea7e107c1e0628183b86ec (diff) | |
download | freebsd-ports-gnome-4973479173f6da4f4418ee2a2acb21844590628b.tar.gz freebsd-ports-gnome-4973479173f6da4f4418ee2a2acb21844590628b.tar.zst freebsd-ports-gnome-4973479173f6da4f4418ee2a2acb21844590628b.zip |
Fix things after recent GNOMENG commit.
-rw-r--r-- | games/xscorch/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 7c1a693650b0..592cfd757950 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -19,6 +19,7 @@ USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk @@ -27,9 +28,9 @@ MAN6= xscorch.6 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -PKGNAMESUFFIX= -gtk +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomeprefix gnomelibs +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome .endif |