diff options
author | ade <ade@FreeBSD.org> | 2010-09-18 01:06:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-18 01:06:56 +0800 |
commit | dbca29d801da05df15ec4f77d9631353fc957766 (patch) | |
tree | 0db0b371e2805b7e50f1038ce9d29d10dc02940e /devel | |
parent | 82b8ae53cebb59d011b4f3c5b9789958c93ca89b (diff) | |
download | freebsd-ports-gnome-dbca29d801da05df15ec4f77d9631353fc957766.tar.gz freebsd-ports-gnome-dbca29d801da05df15ec4f77d9631353fc957766.tar.zst freebsd-ports-gnome-dbca29d801da05df15ec4f77d9631353fc957766.zip |
Forcibly tell gettext not to use git to compress the infrastructure
archive, even if it's present.
No version bumps, since this is a plist-only thing if and only if
gettext was rebuilt in the presence of git.
Sigh.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 8ced03e7dc68..7a051edb9df0 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -31,7 +31,8 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \ EMACS="no" CONFIGURE_ARGS= --disable-csharp --disable-threads --disable-openmp \ --with-included-gettext --with-included-glib \ - --with-included-libcroco --with-included-libxml + --with-included-libcroco --with-included-libxml \ + --without-git USE_LDCONFIG= yes MAN1= autopoint.1 envsubst.1 gettext.1 gettextize.1 msgattrib.1 \ |