diff options
Diffstat (limited to 'textproc/hs-regex-tdfa/Makefile')
-rw-r--r-- | textproc/hs-regex-tdfa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-regex-tdfa/Makefile b/textproc/hs-regex-tdfa/Makefile index 69350b0c8250..57f013d2739d 100644 --- a/textproc/hs-regex-tdfa/Makefile +++ b/textproc/hs-regex-tdfa/Makefile @@ -2,13 +2,12 @@ PORTNAME= regex-tdfa PORTVERSION= 1.1.8 +PORTREVISION= 1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Replaces/Enhances Text.Regex -CABAL_SETUP= Setup.hs - USE_CABAL= mtl parsec regex-base>=0.93.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |