diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-26 20:41:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-07-26 20:41:24 +0000 |
commit | c9f9cb1c68fe06e9b375665a189b8d3234d394ae (patch) | |
tree | 38d6fce2cea68852ccd4107add1be87be8a6cecd /net-im/jabber/Makefile | |
parent | 26066a7fee48b7460c17551f72f64ac6ddf6d5aa (diff) |
Notes
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r-- | net-im/jabber/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index cd4cb7aefadd..59a94982d170 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -23,7 +23,10 @@ LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ idn.17:${PORTSDIR}/dns/libidn \ expat.6:${PORTSDIR}/textproc/expat2 \ tasn1.4:${PORTSDIR}/security/libtasn1 \ - gnutls.47:${PORTSDIR}/security/gnutls + gnutls.47:${PORTSDIR}/security/gnutls \ + gcrypt.18:${PORTSDIR}/security/libgcrypt + +BROKEN= does not link LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |