diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-11 11:23:24 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-09-11 11:23:24 +0000 |
commit | 1caf8c74464d79479fa386865b1683e6eec58231 (patch) | |
tree | e57b9c6344d20f0ee74808b5cd5e0bd44b0439d6 /security/gnutls | |
parent | 2d755a24a74f538fb58fa350104848fa1064384c (diff) | |
download | ports-1caf8c74464d79479fa386865b1683e6eec58231.tar.gz ports-1caf8c74464d79479fa386865b1683e6eec58231.zip |
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 1b76d86cf97a..cf0248a18744 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -29,6 +29,8 @@ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 .endif +CONFLICTS= gnutls-devel-[0-9]* + USE_GPG?= yes SIG_SUFFIX= .sig USE_ICONV= yes @@ -41,7 +43,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-included-lzo +CONFIGURE_ARGS= --with-included-lzo --disable-static MAN1= certtool.1 gnutls-cli.1 gnutls-cli-debug.1 \ gnutls-serv.1 srptool.1 diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index d039d24c8b4f..7aa977685217 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -15,15 +15,12 @@ include/gnutls/openpgp.h include/gnutls/openssl.h include/gnutls/pkcs12.h include/gnutls/x509.h -lib/libgnutls-extra.a lib/libgnutls-extra.la lib/libgnutls-extra.so lib/libgnutls-extra.so.12 -lib/libgnutls-openssl.a lib/libgnutls-openssl.la lib/libgnutls-openssl.so lib/libgnutls-openssl.so.12 -lib/libgnutls.a lib/libgnutls.la lib/libgnutls.so lib/libgnutls.so.12 |