diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 14:10:14 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-26 14:10:14 +0000 |
commit | c2bfd109fc619a50f2a9a7323f1e4fc52e0987b9 (patch) | |
tree | 69a8d70ee844f98ee0b35afe9e46971c07eb47b7 /net-im/loudmouth | |
parent | f369faa1a77c75f6f963dcf3f853f00c3034a0d7 (diff) | |
download | ports-c2bfd109fc619a50f2a9a7323f1e4fc52e0987b9.tar.gz ports-c2bfd109fc619a50f2a9a7323f1e4fc52e0987b9.zip |
Notes
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r-- | net-im/loudmouth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 8ee31f763c4d..f4cb6c30b189 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -30,7 +30,7 @@ WITH_GNUTLS= yes .endif .if defined(WITH_GNUTLS) -LIB_DEPENDS+= gnutls.8:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --without-ssl .endif |