diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /textproc/hs-hxt-regex-xmlschema | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) | |
download | ports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz ports-109269205e521bb1d2d87678a391e5adefff88d6.zip |
Notes
Diffstat (limited to 'textproc/hs-hxt-regex-xmlschema')
-rw-r--r-- | textproc/hs-hxt-regex-xmlschema/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-hxt-regex-xmlschema/Makefile b/textproc/hs-hxt-regex-xmlschema/Makefile index 59e74dae053d..8e74814022d2 100644 --- a/textproc/hs-hxt-regex-xmlschema/Makefile +++ b/textproc/hs-hxt-regex-xmlschema/Makefile @@ -2,6 +2,7 @@ PORTNAME= hxt-regex-xmlschema PORTVERSION= 9.1.0 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +10,6 @@ COMMENT= Regular expression library for W3C XML Schema regular expressions LICENSE= MIT -CABAL_SETUP= Setup.hs - USE_CABAL= hxt-charproperties>=9 parsec>=2.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |