diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-09-19 17:41:30 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-09-19 17:41:30 +0000 |
commit | a2e057b5e4f6fc20169e5bfd9bc758439a75ef51 (patch) | |
tree | 0b6695b6406a82d7d1303beee5e9ffa4f86761af /graphics/chbg | |
parent | ec48cd50fa23c24a3b4cc72ff2697ea80eaebf54 (diff) | |
download | ports-a2e057b5e4f6fc20169e5bfd9bc758439a75ef51.tar.gz ports-a2e057b5e4f6fc20169e5bfd9bc758439a75ef51.zip |
Notes
Diffstat (limited to 'graphics/chbg')
-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 5b385d811e0c..74a3c450f3fe 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 |