diff options
author | tron <tron@pkgsrc.org> | 2003-02-02 22:00:24 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-02-02 22:00:24 +0000 |
commit | 76bb1cfd9799b5d29fd025249cfcad02393774c7 (patch) | |
tree | ae0e1bbcf3479c01c35aeadf6c4faa77af87348d /security | |
parent | ad238c1d7749b3da84e6aa52edecba43c785bec1 (diff) | |
download | pkgsrc-76bb1cfd9799b5d29fd025249cfcad02393774c7.tar.gz |
Set "USE_LIBTOOL" even if we use the bundled "libtool" so that
buildlink2 will do the right thing.
Diffstat (limited to 'security')
-rw-r--r-- | security/libgcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index cf37882b1ed..1b974055f09 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/02/02 17:27:48 tron Exp $ +# $NetBSD: Makefile,v 1.2 2003/02/02 22:00:24 tron Exp $ DISTNAME= libgcrypt-1.1.11 CATEGORIES= security @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnu.org/directory/security/libgcrypt.html COMMENT= GNU's cryptographic library USE_BUILDLINK2= YES +USE_LIBTOOL= YES GNU_CONFIGURE= YES TEXINFO_OVERRIDE= YES @@ -21,7 +22,6 @@ TEXINFO_REQD= 4.0 # implementations. So we use the bundled "libtool" for NetBSD-i386 ELF # and ours otherwise. .if ${MACHINE_GNU_PLATFORM} != i386--netbsdelf -USE_LIBTOOL= YES CONFIGURE_ARGS+= --disable-asm LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool .endif |