diff options
Diffstat (limited to 'textproc/hs-regex-posix/Makefile')
-rw-r--r-- | textproc/hs-regex-posix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile index 233428590a16..8ab18d99ecee 100644 --- a/textproc/hs-regex-posix/Makefile +++ b/textproc/hs-regex-posix/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-posix PORTVERSION= 0.95.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +10,6 @@ COMMENT= Replaces/enhances Text.Regex LICENSE= BSD -CABAL_SETUP= Setup.hs USE_CABAL= regex-base>=0.93 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |