From 4973479173f6da4f4418ee2a2acb21844590628b Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 9 Sep 2002 05:22:20 +0000 Subject: Fix things after recent GNOMENG commit. --- games/xscorch/Makefile | 7 ++++--- 1 file 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 -.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 -- cgit