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 /biology | |
parent | 4ae92abd6d9b175764bdfa522d38854c1b150887 (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 'biology')
-rw-r--r-- | biology/mrbayes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/mrbayes/Makefile b/biology/mrbayes/Makefile index 15384809bafe..8b6d02774b56 100644 --- a/biology/mrbayes/Makefile +++ b/biology/mrbayes/Makefile @@ -7,6 +7,7 @@ PORTNAME= mrbayes PORTVERSION= 3.1.2 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= SF @@ -15,7 +16,7 @@ COMMENT= Bayesian inference of phylogeny USE_GMAKE= yes -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline PLIST_FILES= bin/mb |