diff options
author | obraun <obraun@FreeBSD.org> | 2004-01-16 18:06:20 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-01-16 18:06:20 +0800 |
commit | 92c95e491b41bf29effb176093da17772ba26392 (patch) | |
tree | 33902c85102cf7c7f5defc8377b814a9ec313d12 /devel/hs-darcs | |
parent | 48c5edafdcb929f761b893eb740ade722a38286f (diff) | |
download | freebsd-ports-gnome-92c95e491b41bf29effb176093da17772ba26392.tar.gz freebsd-ports-gnome-92c95e491b41bf29effb176093da17772ba26392.tar.zst freebsd-ports-gnome-92c95e491b41bf29effb176093da17772ba26392.zip |
Fix BUILD_DEPENDS after moving lang/ghc6 to lang/ghc
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r-- | devel/hs-darcs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 3d815b6c4a8d..0dfec68dfa93 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.abridgegame.org/darcs/ MAINTAINER= obraun@FreeBSD.org COMMENT= Yet another replacement for CVS, written in Haskell -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc6 +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_REINPLACE= yes |