diff options
author | netchild <netchild@FreeBSD.org> | 2006-01-29 22:39:25 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-01-29 22:39:25 +0800 |
commit | 4a200309a44a263baeaf92a58fe6e314565143c4 (patch) | |
tree | e8c5e5093f5e92eca02727d29b3c0d8264a70e5a | |
parent | 56d166f63ef3d73860e41eeda77ab7748e760022 (diff) | |
download | freebsd-ports-gnome-4a200309a44a263baeaf92a58fe6e314565143c4.tar.gz freebsd-ports-gnome-4a200309a44a263baeaf92a58fe6e314565143c4.tar.zst freebsd-ports-gnome-4a200309a44a263baeaf92a58fe6e314565143c4.zip |
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
-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" |