diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 06:19:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-13 06:19:36 +0000 |
commit | e8248b6e0ed5c4997ef9b3142b62b6ed5834cb98 (patch) | |
tree | e5c285afedb9c6e4a0cfa555e8b65e1dfa773427 | |
parent | Reset bouncing maintainer address (diff) |
- Chase libraries for new security/gnutls version
PR: ports/64195
Submitted by: Hendrik Scholz <hendrik@scholz.net>
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=103848
-rw-r--r-- | mail/libnewmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/libnewmail/Makefile b/mail/libnewmail/Makefile index ff81b2acf75b..523c83729c3a 100644 --- a/mail/libnewmail/Makefile +++ b/mail/libnewmail/Makefile @@ -7,14 +7,14 @@ PORTNAME= libnewmail PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.stud.uni-hamburg.de/~lennart/projects/libnewmail/ MAINTAINER= krion@FreeBSD.org COMMENT= Generic mail checking library -LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls \ oop.4:${PORTSDIR}/devel/liboop \ ltdl.4:${PORTSDIR}/devel/libltdl |