From db8f45b234c7af92c7524c89e333151ad251ebdf Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 9 Sep 2002 01:17:15 +0000 Subject: Fix things after GNOMENG. PR: 42567 Submitted by: Tilman Linneweh --- audio/xhippo/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'audio/xhippo/Makefile') diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 80a7e5e8ad67..7c0a217f48be 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_XLIB= yes USE_GNOMENG= yes +USE_GNOME= gtk12 WANT_GNOME= yes GNU_CONFIGURE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" @@ -26,9 +27,10 @@ DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \ .include -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME= gtk12 -PKGNAMESUFFIX= -gtk +.if ${HAVE_GNOME:Mgnomelibs}!="" +USE_GNOME+= gnomelibs +PKGNAMESUFFIX= -gnome +CONFIGURE_ARGS+= --with-gnome .endif post-install: -- cgit