diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 01:17:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 01:17:15 +0000 |
commit | 0c49069e1768166e132a0e77092e0cf0ced594d2 (patch) | |
tree | 9e33d2d39466597a8d456c0d4e0c7c50fe9b33ad /audio/xhippo | |
parent | Update the version to 1.3a (diff) |
Fix things after GNOMENG.
PR: 42567
Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes:
svn path=/head/; revision=65873
Diffstat (limited to 'audio/xhippo')
-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: |