diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2006-01-29 14:39:25 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2006-01-29 14:39:25 +0000 |
commit | b0875c48b78c5f6701eaa9659efe1e7f9a91380b (patch) | |
tree | 9f0a02ce6df69ad3aaaa1ec15023001444312bfb /graphics/chbg | |
parent | 766bbd311265b77ba884eba7864ca929e4f3e59f (diff) | |
download | ports-b0875c48b78c5f6701eaa9659efe1e7f9a91380b.tar.gz ports-b0875c48b78c5f6701eaa9659efe1e7f9a91380b.zip |
Notes
Diffstat (limited to 'graphics/chbg')
-rw-r--r-- | graphics/chbg/Makefile | 4 |
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" |