aboutsummaryrefslogtreecommitdiff
path: root/net/linknx
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-23 01:47:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-23 01:47:57 +0000
commite569bc0981a9a72f6cc7bc6bae33ea307294874a (patch)
tree05318f4d088eb1a9f30981733c78498239006a85 /net/linknx
parenta27aa8714695ad4dd57cf39de03f5529fd286346 (diff)
downloadports-e569bc0981a9a72f6cc7bc6bae33ea307294874a.tar.gz
ports-e569bc0981a9a72f6cc7bc6bae33ea307294874a.zip
- Chase libesmtp shlib bump
Notes
Notes: svn path=/head/; revision=297237
Diffstat (limited to 'net/linknx')
-rw-r--r--net/linknx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile
index f8ab443765c4..1fda770def40 100644
--- a/net/linknx/Makefile
+++ b/net/linknx/Makefile
@@ -7,7 +7,7 @@
PORTNAME= linknx
PORTVERSION= 0.0.1.25
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -29,7 +29,7 @@ OPTIONS= LIBESMTP "Install libesmtp for SMTP support" on \
.if (defined(WITH_LIBESMTP) || exists(${LOCALBASE}/include/libesmtp.h))
CONFIGURE+= --enable-smtp
-LIB_DEPENDS+= esmtp.6:${PORTSDIR}/mail/libesmtp
+LIB_DEPENDS+= esmtp.7:${PORTSDIR}/mail/libesmtp
.endif
.if (defined(WITH_LIBCURL) || exists(${LOCALBASE}/lib/libcurl.so))