diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-05-03 13:57:46 +0000 |
commit | f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee (patch) | |
tree | 08b48928182d4bf9eddf824905ffdb00f1839c1d /mail/wmbiff | |
parent | cc48ca62b8183684bde64365c1e3c6bab49710e0 (diff) | |
download | ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.tar.gz ports-f75ab7e2f316ee89cc0a1b00bc4068b97b8910ee.zip |
Notes
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 9fd6394cd2a2..207e4609b6e7 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -23,7 +23,7 @@ WITH_GNUTLS= yes .endif .ifdef WITH_GNUTLS -LIB_DEPENDS+= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ +LIB_DEPENDS+= gcrypt.12:${PORTSDIR}/security/libgcrypt \ gnutls.13:${PORTSDIR}/security/gnutls .endif |