summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-01-29 14:39:25 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-01-29 14:39:25 +0000
commitb0875c48b78c5f6701eaa9659efe1e7f9a91380b (patch)
tree9f0a02ce6df69ad3aaaa1ec15023001444312bfb /graphics
parent- Update to 3.2 (diff)
This port has an incorrect plist when built with WITHOUT_NLS=1 and
gettext not present. Since there's no configure switch to make WITHOUT_NLS=1 work, depend upon gettext unconditionally. Noticed by: dosirak/kris
Notes
Notes: svn path=/head/; revision=154722
Diffstat (limited to 'graphics')
-rw-r--r--graphics/chbg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile
index 68f21ea53f2c..908f71e8f0bc 100644
--- a/graphics/chbg/Makefile
+++ b/graphics/chbg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= chbg
PORTVERSION= 1.5
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.idata.sk/~ondrej/sw/
@@ -20,7 +20,7 @@ COMMENT= Change Background Picture with time period
USE_X_PREFIX= yes
USE_GNOME= gdkpixbuf
USE_GMAKE= yes
-USE_REINPLACE= yes
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"