diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-23 09:47:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-23 09:47:57 +0800 |
commit | e35ace6ab94e5597576f759dba02cff961288e37 (patch) | |
tree | 6ca55802c35744e74deb9305661467693375005c /net/linknx | |
parent | b4bac77b53783cfb62e761fda3690334283a761c (diff) | |
download | freebsd-ports-gnome-e35ace6ab94e5597576f759dba02cff961288e37.tar.gz freebsd-ports-gnome-e35ace6ab94e5597576f759dba02cff961288e37.tar.zst freebsd-ports-gnome-e35ace6ab94e5597576f759dba02cff961288e37.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)) |