diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-darcs/Makefile | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-darcs/Makefile')
-rw-r--r-- | devel/hs-darcs/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index 9be8f55e133b..6b32106a71f1 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: darcs -# Date created: 13 April 2003 -# Whom: Oliver Braun <obraun@FreeBSD.org> -# +# Created by: Oliver Braun <obraun@FreeBSD.org> # $FreeBSD$ -# PORTNAME= darcs -PORTVERSION= 2.8.1 -PORTREVISION= 1 +PORTVERSION= 2.8.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -16,8 +11,8 @@ COMMENT= A distributed, interactive, smart revision control system LICENSE= GPLv2 FILE_LICENSE= COPYING -USE_CABAL= hashed-storage>=0.5.6 haskeline>=0.6.3 html>=1.0 \ - mtl>=1.0 parsec>=2.0 random>=1.0 regex-compat>=0.95.1 \ +USE_CABAL= hashed-storage>=0.5.6 haskeline>=0.6.3 html \ + mtl>=1.0 parsec>=2.0 random regex-compat>=0.95.1 \ regex-posix>=0.95.1 tar>=0.4 text>=0.11.0.6 unix-compat>=0.1.2 \ vector>=0.7 zlib>=0.5.1.0 @@ -38,7 +33,7 @@ THREADED_DESC= Use threading and SMP support COLOR_DESC= Use ANSI color escapes MMAP_DESC= Compile with mmap support -.include <bsd.port.options.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" CONFIGURE_ARGS+= --flags="library executable" |