diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 05:37:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 05:37:40 +0000 |
commit | 3e0df62a6f6059875c7f99487607d66e5080e3f1 (patch) | |
tree | f10bdcf1de27aee83136a21c85ff5cf80eef4be0 | |
parent | 290bceb8f957017918c2137777723dc8dfa4e38e (diff) | |
download | ports-3e0df62a6f6059875c7f99487607d66e5080e3f1.tar.gz ports-3e0df62a6f6059875c7f99487607d66e5080e3f1.zip |
This now depends on libgcrypt-devel.
Notes
Notes:
svn path=/head/; revision=104585
-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 83665de1463c..9fd6394cd2a2 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 \ +LIB_DEPENDS+= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel \ gnutls.13:${PORTSDIR}/security/gnutls .endif |