diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-09 09:17:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-09 09:17:15 +0800 |
commit | db8f45b234c7af92c7524c89e333151ad251ebdf (patch) | |
tree | f5329bc10bc3eeffa0eece10548f7e9c2118e89c /audio/xhippo/Makefile | |
parent | baa2b28a9a79778df6e09cd0c3d310baa3fcee63 (diff) | |
download | freebsd-ports-gnome-db8f45b234c7af92c7524c89e333151ad251ebdf.tar.gz freebsd-ports-gnome-db8f45b234c7af92c7524c89e333151ad251ebdf.tar.zst freebsd-ports-gnome-db8f45b234c7af92c7524c89e333151ad251ebdf.zip |
Fix things after GNOMENG.
PR: 42567
Submitted by: Tilman Linneweh <tilman@arved.de>
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r-- | audio/xhippo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 <bsd.port.pre.mk> -.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: |