diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-09-21 03:34:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-09-21 03:34:37 +0000 |
commit | 6e167ccc1491cbf2cf4645172f45cdd8f0de8dd2 (patch) | |
tree | 22e3b7b1cda1f149d1ccaa330edf1daa4d321b05 /devel/hs-darcs | |
parent | 85b040623177e2f7fad9d7983ba4dc6b3efe4b5f (diff) |
- drop dependency on devel/readline: no longer required for ghc
- also build server when building packages
Notes
Notes:
svn path=/head/; revision=199843
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 239426c8b794..8d78c3c41565 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -15,10 +15,9 @@ 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 \ - readline.5:${PORTSDIR}/devel/readline + gmp.7:${PORTSDIR}/math/libgmp4 -OPTIONS= SERVER "install server" off +OPTIONS= SERVER "install server" on GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -L${PREFIX}/lib/ ${PTHREAD_LIBS}" \ |