aboutsummaryrefslogtreecommitdiff
path: root/mail/abook
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-12 11:28:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-12 11:28:17 +0000
commitf5acd5e4431d7eac212a78481a6a5de841419329 (patch)
tree6988a7a3426abb4ef7fb239fee26be35c8630dfa /mail/abook
parent4ae92abd6d9b175764bdfa522d38854c1b150887 (diff)
downloadports-f5acd5e4431d7eac212a78481a6a5de841419329.tar.gz
ports-f5acd5e4431d7eac212a78481a6a5de841419329.zip
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6. Forgotten by: araujo@ Reported by: QAT
Notes
Notes: svn path=/head/; revision=233764
Diffstat (limited to 'mail/abook')
-rw-r--r--mail/abook/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/abook/Makefile b/mail/abook/Makefile
index a597453d4cfa..501475dc96a7 100644
--- a/mail/abook/Makefile
+++ b/mail/abook/Makefile
@@ -7,7 +7,7 @@
PORTNAME= abook
PORTVERSION= 0.5.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -36,8 +36,8 @@ PORTDOCS= ANNOUNCE AUTHORS BUGS ChangeLog FAQ INSTALL NEWS README \
.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
post-install: