diff options
author | augustss <augustss@pkgsrc.org> | 2005-05-27 13:04:04 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2005-05-27 13:04:04 +0000 |
commit | 1b73115f574f694eafb8a1faa296c92d1fa6bd67 (patch) | |
tree | ec79c16322b7ec3d43424b73a62dfae26e41d08e /devel/darcs/Makefile | |
parent | c7f33e524f4a979611e15674e8477092440ed6f0 (diff) | |
download | pkgsrc-1b73115f574f694eafb8a1faa296c92d1fa6bd67.tar.gz |
Update to 1.0.3 so it works with ghc 6.4.
Diffstat (limited to 'devel/darcs/Makefile')
-rw-r--r-- | devel/darcs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 95408bc15a9..ab986a6a3ab 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2005/05/22 20:07:50 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/27 13:04:04 augustss Exp $ -DISTNAME= darcs-1.0.2 +DISTNAME= darcs-1.0.3 CATEGORIES= devel MASTER_SITES= http://abridgegame.org/darcs/ MAINTAINER= augustss@NetBSD.org HOMEPAGE= http://abridgegame.org/darcs/ -COMMENT= A distributed revision control system +COMMENT= Distributed revision control system BUILD_DEPENDS+= teTeX>=2.0.2nb1:../../print/teTeX BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html @@ -14,8 +14,6 @@ BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html USE_TOOLS+= gmake MAKEFILE= GNUmakefile GNU_CONFIGURE= yes -#CONFIGURE_ARGS+= --without-libcurl - .include "../../www/curl/buildlink3.mk" .include "../../lang/ghc/buildlink3.mk" |