aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-c2hs/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-02-15 13:12:38 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-02-15 13:12:38 +0000
commit17485cffa18cbc70d9c2d98fa74850b3032063c3 (patch)
treeff506d18bf6194cbee688a0cbfd03f498871755f /devel/hs-c2hs/Makefile
parentf788124d672bdc39ac1b1049b728a75b6687423c (diff)
Upgrade to 0.12.0
Notes
Notes: svn path=/head/; revision=100973
Diffstat (limited to 'devel/hs-c2hs/Makefile')
-rw-r--r--devel/hs-c2hs/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-c2hs/Makefile b/devel/hs-c2hs/Makefile
index b71fd0424597..1e45103b9e06 100644
--- a/devel/hs-c2hs/Makefile
+++ b/devel/hs-c2hs/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= c2hs
-PORTVERSION= 0.11.5
-PORTREVISION= 1
+PORTVERSION= 0.12.0
CATEGORIES= devel haskell
MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/c2hs/
PKGNAMEPREFIX= hs-
@@ -15,8 +14,8 @@ PKGNAMEPREFIX= hs-
MAINTAINER= obraun@FreeBSD.org
COMMENT= C->Haskell, an Interface Generator for Haskell
-BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
-RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5
+BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc
+RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
USE_SIZE= yes
HAS_CONFIGURE= yes