diff options
author | novel <novel@FreeBSD.org> | 2007-03-22 01:39:36 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-03-22 01:39:36 +0800 |
commit | 32bc64fa135d4691c4cb41b9537b48e9f9fcc646 (patch) | |
tree | eabc7a1bfb62fefa310a4cebb1ba6547be35f385 /security/libgpg-error | |
parent | bba5f7acd72c7d9f4f49ba025d1c8fa9ae99e455 (diff) | |
download | freebsd-ports-gnome-32bc64fa135d4691c4cb41b9537b48e9f9fcc646.tar.gz freebsd-ports-gnome-32bc64fa135d4691c4cb41b9537b48e9f9fcc646.tar.zst freebsd-ports-gnome-32bc64fa135d4691c4cb41b9537b48e9f9fcc646.zip |
Fix build when WITHOUT_NLS defined.
PR: 110631
Submitted by: Helge Oldach <ports-libgpg-error-mar07@oldach.net>
Diffstat (limited to 'security/libgpg-error')
-rw-r--r-- | security/libgpg-error/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 80e8c72c98b9..be1a7b511922 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if defined(WITHOUT_NLS) -CONFIGURE_ARGS= --without-nls +CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " .else USE_ICONV= yes |