diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-02-01 15:13:25 +0800 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-02-01 15:13:25 +0800 |
commit | 4b53994bbf6b179905087dea3e085165be5af9f1 (patch) | |
tree | 4c198c01ec6921e2e45fc37ef8277538fe55a93a /devel | |
parent | d70facf08c4f0d46cf9c49e7a8c67b0719aa4623 (diff) | |
download | freebsd-ports-gnome-4b53994bbf6b179905087dea3e085165be5af9f1.tar.gz freebsd-ports-gnome-4b53994bbf6b179905087dea3e085165be5af9f1.tar.zst freebsd-ports-gnome-4b53994bbf6b179905087dea3e085165be5af9f1.zip |
Add devel/readline to LIB_DEPENDS, it gets pulled in during compilation.
Noticed by: James AT nyi.net
Diffstat (limited to 'devel')
-rw-r--r-- | devel/darcs/Makefile | 3 | ||||
-rw-r--r-- | devel/hs-darcs/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 93afe2afe14f..b1bab9ed69ad 100644 --- a/devel/darcs/Makefile +++ b/devel/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 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 |