diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-03 02:46:49 +0000 |
commit | b9ff5234b278e2c336a3e477f772c38288f4fe79 (patch) | |
tree | c975fe5cb1e1002a57c6395b81bc96b4864a93bf /graphics/chbg | |
parent | bbbbae8b914fbb665c2f9f4e8504c497abe8ebee (diff) | |
download | FreeBSD-ports-b9ff5234b278e2c336a3e477f772c38288f4fe79.zip FreeBSD-ports-b9ff5234b278e2c336a3e477f772c38288f4fe79.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 1c14218..0b41e07 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 |