diff options
author | lofi <lofi@FreeBSD.org> | 2007-01-08 18:01:15 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-01-08 18:01:15 +0800 |
commit | ece8945dc13187c5ff0714d7ccdb9b2975048765 (patch) | |
tree | 2da4bb09cf447e7f2057bfaeb99b99d7cdbd911f /security | |
parent | 1b8a9c0235e659ea2674e1d5f602143bab463672 (diff) | |
download | freebsd-ports-gnome-ece8945dc13187c5ff0714d7ccdb9b2975048765.tar.gz freebsd-ports-gnome-ece8945dc13187c5ff0714d7ccdb9b2975048765.tar.zst freebsd-ports-gnome-ece8945dc13187c5ff0714d7ccdb9b2975048765.zip |
Fix build if dependencies are built WITHOUT_NLS.
Submitted by: dinoex
Diffstat (limited to 'security')
-rw-r--r-- | security/libksba/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 93bec5d1da57..a7ccad49578f 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ USE_BZIP2= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_PERL5_BUILD=yes |