diff options
Diffstat (limited to 'net/wire/Makefile')
-rw-r--r-- | net/wire/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/wire/Makefile b/net/wire/Makefile index f8e38277e275..95d579f5bde1 100644 --- a/net/wire/Makefile +++ b/net/wire/Makefile @@ -7,6 +7,7 @@ PORTNAME= wire PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.zankasoftware.com/dist/ \ ${MASTER_SITE_LOCAL} @@ -25,8 +26,8 @@ MAN1= wire.1 .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.if exists(${LOCALBASE}/lib/libreadline.so.6) +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline .endif .include <bsd.port.post.mk> |