diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 05:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-03-19 05:36:30 +0000 |
commit | 290bceb8f957017918c2137777723dc8dfa4e38e (patch) | |
tree | aa57b1114b7ee3d2cd54a307e15e8693350b9dc8 /mail/wmbiff | |
parent | 952b5ad296fa3f2e41fb86b5e5ce29c2a1c3a3ba (diff) | |
download | ports-290bceb8f957017918c2137777723dc8dfa4e38e.tar.gz ports-290bceb8f957017918c2137777723dc8dfa4e38e.zip |
Notes
Diffstat (limited to 'mail/wmbiff')
-rw-r--r-- | mail/wmbiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 7ade7f2478f3..83665de1463c 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -18,13 +18,13 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libgnutls.so.7) +.if exists(${LOCALBASE}/lib/libgnutls.so.13) WITH_GNUTLS= yes .endif .ifdef WITH_GNUTLS -LIB_DEPENDS+= gcrypt.6:${PORTSDIR}/security/libgcrypt \ - gnutls.7:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gcrypt.10:${PORTSDIR}/security/libgcrypt \ + gnutls.13:${PORTSDIR}/security/gnutls .endif USE_XPM= yes |