diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 09:47:57 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-23 09:47:57 +0800 |
commit | e569bc0981a9a72f6cc7bc6bae33ea307294874a (patch) | |
tree | 05318f4d088eb1a9f30981733c78498239006a85 /net/linknx | |
parent | a27aa8714695ad4dd57cf39de03f5529fd286346 (diff) | |
download | freebsd-ports-gnome-e569bc0981a9a72f6cc7bc6bae33ea307294874a.tar.gz freebsd-ports-gnome-e569bc0981a9a72f6cc7bc6bae33ea307294874a.tar.zst freebsd-ports-gnome-e569bc0981a9a72f6cc7bc6bae33ea307294874a.zip |
- Chase libesmtp shlib bump
Diffstat (limited to 'net/linknx')
-rw-r--r-- | net/linknx/Makefile | 4 |
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)) |