From 8a609be53116f279d9c38adaeae64b221e32514e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 31 Aug 2002 00:13:25 +0000 Subject: Use USE_GNOMENG. PR: 42232 Submitted by: Edwin Groothuis --- audio/xhippo/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'audio/xhippo/Makefile') diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 7dd4b811d79a..80a7e5e8ad67 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kevlo@FreeBSD.org RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes WANT_GNOME= yes GNU_CONFIGURE= yes MAKE_ARGS= CFLAGS="${CFLAGS}" @@ -26,8 +26,9 @@ DOCS= ChangeLog gnu-xhippo.html screenshot.jpeg xhippo.html.gz \ .include -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME= gtk12 +PKGNAMESUFFIX= -gtk .endif post-install: -- cgit v1.2.3