diff options
Diffstat (limited to 'archivers/hs-zlib-enum/Makefile')
-rw-r--r-- | archivers/hs-zlib-enum/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/hs-zlib-enum/Makefile b/archivers/hs-zlib-enum/Makefile index 686be54cb805..be02aa30d107 100644 --- a/archivers/hs-zlib-enum/Makefile +++ b/archivers/hs-zlib-enum/Makefile @@ -2,7 +2,7 @@ PORTNAME= zlib-enum PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +10,6 @@ COMMENT= Enumerator interface for zlib compression LICENSE= MIT -CABAL_SETUP= Setup.hs - USE_CABAL= enumerator transformers>=0.2 zlib-bindings .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |