From c09dc513f70813fd1915b12787ca0e934c4e4f5d Mon Sep 17 00:00:00 2001 From: marcus 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') diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 7dd4b81..80a7e5e 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.1