diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-17 05:53:19 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-08-17 05:53:19 +0000 |
commit | bc7f750d99e3d7b11c6cc172ec38e078cd4ccd3d (patch) | |
tree | dd3da84262c372e68642878cc74e4e3131a0602f /mail | |
parent | 057d527c3c09dfc64c642342839ca1fe0af26ef3 (diff) | |
download | ports-bc7f750d99e3d7b11c6cc172ec38e078cd4ccd3d.tar.gz ports-bc7f750d99e3d7b11c6cc172ec38e078cd4ccd3d.zip |
Fix gnutls dependency line.
Reported by: QAT
Pointy hat to: novel
Notes
Notes:
svn path=/head/; revision=239708
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index b30621527c6b..1a99e2878df0 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ png:${PORTSDIR}/graphics/png \ - gnutls.26:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= sylpheed-claws |