diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-08-19 16:08:26 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-08-19 16:08:26 +0000 |
commit | 7ee6fd0fc4a32a32f86ffd2018beb8dbd7faa246 (patch) | |
tree | b5e2caa08619fdb918022a3a80b950188474216a /graphics/chbg | |
parent | a2f79190684171eb955148fdefb419937c696a72 (diff) |
Remove GNOME 1.4 (libcapplet) support.
Notes
Notes:
svn path=/head/; revision=87299
Diffstat (limited to 'graphics/chbg')
-rw-r--r-- | graphics/chbg/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 4943061f30ec..55f6b94c4de4 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -7,7 +7,7 @@ PORTNAME= chbg PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.idata.sk/~ondrej/sw/ @@ -20,20 +20,15 @@ COMMENT= Change Background Picture with time period # GNOME parts aren't prefix safe, they install into "gnome-config --prefix" USE_X_PREFIX= yes USE_GNOME= gdkpixbuf -WANT_GNOME= yes USE_GMAKE= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-gnome .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mlibcapplet} != "" -USE_GNOME+= gnomeprefix gnomehack libcapplet -PKGNAMESUFFIX= -gnome -.endif - MAN1= chbg.1 post-patch: |