diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | 5dc9b7f571c5ff107f23c55359449e1320f5bc23 (patch) | |
tree | 5a017d01eb1fdb09f452ca186cf116b89ff21ba0 /graphics/chbg | |
parent | 54a93712b5de4af20902c4225ea8294420e21eee (diff) |
Notes
Diffstat (limited to 'graphics/chbg')
-rw-r--r-- | graphics/chbg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 1c14218372ff..0b41e07e3348 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -15,11 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= netchild@FreeBSD.org -LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf/ - # GNOME parts aren't prefix safe, they install into "gnome-config --prefix" USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gdkpixbuf WANT_GNOME= yes USE_GMAKE= yes USE_REINPLACE= yes @@ -33,7 +32,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \ USE_GNOME+= gnomeprefix gnomehack libcapplet PKGNAMESUFFIX= -gnome .else -USE_GTK= yes +USE_GNOME+= gtk12 .endif MAN1= chbg.1 |