diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-31 00:13:25 +0000 |
commit | c09dc513f70813fd1915b12787ca0e934c4e4f5d (patch) | |
tree | d861acef1f689743981e09642f332436fdd4994a /audio/xhippo/Makefile | |
parent | 0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff) | |
download | FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip FreeBSD-ports-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r-- | audio/xhippo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 <bsd.port.pre.mk> -.if defined(HAVE_GNOME) -USE_GNOME= yes +.if ${HAVE_GNOME:Mgtk12}!="" +USE_GNOME= gtk12 +PKGNAMESUFFIX= -gtk .endif post-install: |