diff options
author | netchild <netchild@FreeBSD.org> | 2002-09-19 17:41:30 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2002-09-19 17:41:30 +0000 |
commit | 73de4680c5cc7131a15cfc77db5a0d25125cbde1 (patch) | |
tree | fc0726fff41d409c0de9cd9185be86137fddca28 | |
parent | f8fd0cdf9bea19dfebc5359eb797a559bbbfa387 (diff) | |
download | FreeBSD-ports-73de4680c5cc7131a15cfc77db5a0d25125cbde1.zip FreeBSD-ports-73de4680c5cc7131a15cfc77db5a0d25125cbde1.tar.gz |
Unbreak port:
Don't explizitely add an implizit dependency (gdkpixbuf also adds gtk) in
the non-GNOME case, else GNOMENG thinks we have GNOME and uses the GNOME
pkg-plist.
Submitted by: marcus
-rw-r--r-- | graphics/chbg/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 5b385d8..74a3c45 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -7,6 +7,7 @@ PORTNAME= chbg PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.idata.sk/~ondrej/sw/ @@ -15,8 +16,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= netchild@FreeBSD.org -BROKEN= "Incorrect pkg-plist" - # GNOME parts aren't prefix safe, they install into "gnome-config --prefix" USE_X_PREFIX= yes USE_GNOMENG= yes @@ -33,8 +32,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \ .if ${HAVE_GNOME:Mlibcapplet} != "" USE_GNOME+= gnomeprefix gnomehack libcapplet PKGNAMESUFFIX= -gnome -.else -USE_GNOME+= gtk12 .endif MAN1= chbg.1 |