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 /devel/hs-hmake | |
parent | 4ae92abd6d9b175764bdfa522d38854c1b150887 (diff) | |
download | ports-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 'devel/hs-hmake')
-rw-r--r-- | devel/hs-hmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-hmake/Makefile b/devel/hs-hmake/Makefile index 44fff25103ef..3df8f10ffb65 100644 --- a/devel/hs-hmake/Makefile +++ b/devel/hs-hmake/Makefile @@ -7,7 +7,7 @@ PORTNAME= hmake PORTVERSION= 3.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel haskell MASTER_SITES= http://www.haskell.org/hmake/ \ ftp://ftp.cs.york.ac.uk/pub/haskell/hmake/ \ @@ -19,7 +19,7 @@ COMMENT= Intelligent compilation management tool for Haskell programs BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc .if exists(${LOCALBASE}/lib/libreadline.so) -LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline +LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline .endif RUN_DEPENDS= ${BUILD_DEPENDS} |