diff options
author | vs <vs@FreeBSD.org> | 2007-02-01 15:13:25 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-02-01 15:13:25 +0800 |
commit | 1c83b33cd19f824bbf808e9bc5674cac88d9ad9a (patch) | |
tree | e37e943d943d8ba57d5af73d0f7008a3ec674903 | |
parent | 978f11c1d6bfd35a85715b962f479ac0a90c5c60 (diff) | |
download | freebsd-ports-gnome-1c83b33cd19f824bbf808e9bc5674cac88d9ad9a.tar.gz freebsd-ports-gnome-1c83b33cd19f824bbf808e9bc5674cac88d9ad9a.tar.zst freebsd-ports-gnome-1c83b33cd19f824bbf808e9bc5674cac88d9ad9a.zip |
Add devel/readline to LIB_DEPENDS, it gets pulled in during compilation.
Noticed by: James AT nyi.net
-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 |