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-regex-compat | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'textproc/hs-regex-compat')
-rw-r--r-- | textproc/hs-regex-compat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile index c2b4deaa5c69..ac432fc1cdbd 100644 --- a/textproc/hs-regex-compat/Makefile +++ b/textproc/hs-regex-compat/Makefile @@ -2,7 +2,7 @@ PORTNAME= regex-compat PORTVERSION= 0.95.1 -PORTREVISION= 4 +PORTREVISION= 5 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 regex-posix>=0.95.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |