diff options
author | novel <novel@FreeBSD.org> | 2006-05-19 17:45:03 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-05-19 17:45:03 +0800 |
commit | 85107bfea387255ba14113e52db624edf5f8c6f3 (patch) | |
tree | aa5a389dcd2501b1ded8ca6e3c0a5e850f4ad2ba | |
parent | 25f10f4cecbfee5364a649b263eb238360b1d249 (diff) | |
download | freebsd-ports-gnome-85107bfea387255ba14113e52db624edf5f8c6f3.tar.gz freebsd-ports-gnome-85107bfea387255ba14113e52db624edf5f8c6f3.tar.zst freebsd-ports-gnome-85107bfea387255ba14113e52db624edf5f8c6f3.zip |
Fix libtasn1 dependency.
PR: 97487
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Pointyhat to: tmclaugh
-rw-r--r-- | security/gnutls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 15106092245c..7a80031543b5 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -43,7 +43,7 @@ LIB_DEPENDS+= opencdk.8:${PORTSDIR}/security/opencdk .endif .if defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.3) -LIB_DEPENDS+= tasn1.2:${PORTSDIR}/security/libtasn1 +LIB_DEPENDS+= tasn1.3:${PORTSDIR}/security/libtasn1 .endif .if ${OSVERSION} < 600000 |