diff options
author | vs <vs@FreeBSD.org> | 2007-09-21 11:34:37 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-09-21 11:34:37 +0800 |
commit | 684b1bc36cc13d737c824f3a94c630230cc40616 (patch) | |
tree | ea24e0405950d2b6a59c53ca3b2966da4aeec3cb /devel/darcs | |
parent | 4871c69199fa80e0fae0ca20e8448e9dc948bebc (diff) | |
download | freebsd-ports-gnome-684b1bc36cc13d737c824f3a94c630230cc40616.tar.gz freebsd-ports-gnome-684b1bc36cc13d737c824f3a94c630230cc40616.tar.zst freebsd-ports-gnome-684b1bc36cc13d737c824f3a94c630230cc40616.zip |
- drop dependency on devel/readline: no longer required for ghc
- also build server when building packages
Diffstat (limited to 'devel/darcs')
-rw-r--r-- | devel/darcs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 239426c8b794..8d78c3c41565 100644 --- a/devel/darcs/Makefile +++ b/devel/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}" \ |