diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-01-28 09:07:47 +0000 |
commit | 89a0b31acd9083a2eb8835a17c5d98c775908c34 (patch) | |
tree | eada1f039182dde7633eb80f55ed5ae086ade13d /security | |
parent | 288f8ab5dc859869ee6fe798712438b43b39ae5c (diff) | |
download | ports-89a0b31acd9083a2eb8835a17c5d98c775908c34.tar.gz ports-89a0b31acd9083a2eb8835a17c5d98c775908c34.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/engine_pkcs11/Makefile | 1 | ||||
-rw-r--r-- | security/libgcrypt/Makefile | 1 | ||||
-rw-r--r-- | security/libgcrypt/pkg-plist | 1 | ||||
-rw-r--r-- | security/libntlm/Makefile | 1 | ||||
-rw-r--r-- | security/nessus-libnasl/Makefile | 1 | ||||
-rw-r--r-- | security/shishi/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile index 216907dbfe69..0dfa0bc1a0c2 100644 --- a/security/engine_pkcs11/Makefile +++ b/security/engine_pkcs11/Makefile @@ -15,6 +15,7 @@ COMMENT= An implementation of a PKCS#11 engine for OpenSSL LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index f4a9c43c8a8a..7aa7374d0ffc 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -16,6 +16,7 @@ COMMENT= "General purpose crypto library based on code used in GnuPG" LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/security/libgcrypt/pkg-plist b/security/libgcrypt/pkg-plist index 30e3d9e99c01..f7e7b6f37828 100644 --- a/security/libgcrypt/pkg-plist +++ b/security/libgcrypt/pkg-plist @@ -2,6 +2,7 @@ bin/libgcrypt-config include/gcrypt.h include/gcrypt-module.h lib/libgcrypt.a +lib/libgcrypt.la lib/libgcrypt.so lib/libgcrypt.so.13 share/aclocal/libgcrypt.m4 diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index cfce23e90266..bc3339b57cbc 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= A library that implement Microsoft's NTLM authentication +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index 714879d204cf..80b4b5bb806f 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= nessus.4:${PORTSDIR}/security/nessus-libraries DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl +USE_AUTOTOOLS= libtool:15 USE_BISON= YES GNU_CONFIGURE= yes INSTALLS_SHLIB= YES diff --git a/security/shishi/Makefile b/security/shishi/Makefile index e3ad95d61cb3..056296108485 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -19,6 +19,7 @@ COMMENT= A free implementation of the Kerberos 5 network security system LIB_DEPENDS= idn.16:${PORTSDIR}/dns/libidn \ tasn1.3:${PORTSDIR}/security/libtasn1 +USE_AUTOTOOLS= libtool:15 USE_PERL5_BUILD= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes |