diff options
Diffstat (limited to 'graphics/chbg/Makefile')
-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 |