diff options
author | novel <novel@FreeBSD.org> | 2006-05-06 00:02:27 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-05-06 00:02:27 +0800 |
commit | 2b016554dc71d3d90717216c2e03164d723f6fa5 (patch) | |
tree | a487b09dfbf8150ba6feecf4f903a7627c7621e7 /security/gnutls/Makefile | |
parent | f6427359c50f61978ed7e055203f31073e64e939 (diff) | |
download | freebsd-ports-gnome-2b016554dc71d3d90717216c2e03164d723f6fa5.tar.gz freebsd-ports-gnome-2b016554dc71d3d90717216c2e03164d723f6fa5.tar.zst freebsd-ports-gnome-2b016554dc71d3d90717216c2e03164d723f6fa5.zip |
Chase security/libtasn1 shlib version bump.
Diffstat (limited to 'security/gnutls/Makefile')
-rw-r--r-- | security/gnutls/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index b51bbdb0b783..e8484edf78c6 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnutls PORTVERSION= 1.2.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ @@ -26,8 +26,8 @@ LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk .endif -.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.2) -LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 +.if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3) +LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1 .endif CONFLICTS= gnutls-devel-[0-9]* |