diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-12 11:28:17 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-12 11:28:17 +0000 |
commit | f5acd5e4431d7eac212a78481a6a5de841419329 (patch) | |
tree | 6988a7a3426abb4ef7fb239fee26be35c8630dfa /cad | |
parent | - Update to 5.03 (diff) |
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 'cad')
-rw-r--r-- | cad/gnucap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index ff639b2eb363..96101e267674 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnucap PORTVERSION= 2008.06.08 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://www.gnucap.org/devel/ \ http://www.gnucap.org/devel/archive/ @@ -26,8 +27,8 @@ MAN1= gnucap.1 gnucap-ibis.1 .include <bsd.port.pre.mk> -.if !defined(WITHOUT_READLINE) || exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.if !defined(WITHOUT_READLINE) || exists(${LOCALBASE}/lib/libreadline.so.6) +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline .endif .include <bsd.port.post.mk> |