summaryrefslogtreecommitdiff
path: root/devel/hs-darcs
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2007-02-01 07:13:25 +0000
committerVolker Stolz <vs@FreeBSD.org>2007-02-01 07:13:25 +0000
commit4b53994bbf6b179905087dea3e085165be5af9f1 (patch)
tree4c198c01ec6921e2e45fc37ef8277538fe55a93a /devel/hs-darcs
parent- remove legacy support code for Perl 5.005_03 (diff)
Add devel/readline to LIB_DEPENDS, it gets pulled in during compilation.
Noticed by: James AT nyi.net
Notes
Notes: svn path=/head/; revision=183838
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r--devel/hs-darcs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 93afe2afe14f..b1bab9ed69ad 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -16,7 +16,8 @@ COMMENT= Yet another replacement for CVS, written in Haskell
BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
- gmp.7:${PORTSDIR}/math/libgmp4
+ gmp.7:${PORTSDIR}/math/libgmp4 \
+ readline.5:${PORTSDIR}/devel/readline
OPTIONS= SERVER "install server" off
USE_AUTOTOOLS= autoconf:259