diff options
author | pgj <pgj@FreeBSD.org> | 2009-02-13 03:20:43 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-02-13 03:20:43 +0800 |
commit | e4d217736b5b581e3218e2191d3322ed89058d27 (patch) | |
tree | 19c6e46e75dd4413ff4ee648aaa0d572e5ba2a35 /textproc/hs-HaXml/Makefile | |
parent | 22fd19eef97b47d9484cb106e40b375c5552b19c (diff) | |
download | freebsd-ports-gnome-e4d217736b5b581e3218e2191d3322ed89058d27.tar.gz freebsd-ports-gnome-e4d217736b5b581e3218e2191d3322ed89058d27.tar.zst freebsd-ports-gnome-e4d217736b5b581e3218e2191d3322ed89058d27.zip |
- Update to 1.19.6
Reviewed by: gabor
Approved by: tabthorpe
Diffstat (limited to 'textproc/hs-HaXml/Makefile')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index 9e900e1fbe4b..683609e93b02 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= haxml -PORTVERSION= 1.19.4 +PORTVERSION= 1.19.6 CATEGORIES= textproc haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/HaXml/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -19,7 +19,7 @@ BUILD_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ RUN_DEPENDS= ghc>=6.8:${PORTSDIR}/lang/ghc \ hs-polyparse-ghc>=1.1:${PORTSDIR}/textproc/hs-polyparse-ghc -CONFIGURE_ARGS= --ghc --prefix=${PREFIX} +CONFIGURE_ARGS= --ghc --prefix=${PREFIX} GHC_VERSION= 6.8.3 PLIST_SUB+= GHC_VERSION=${GHC_VERSION} \ |