aboutsummaryrefslogtreecommitdiff
path: root/converters/hs-json/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/hs-json/Makefile')
-rw-r--r--converters/hs-json/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile
index 5d697d2ba180..ad65d02fbb50 100644
--- a/converters/hs-json/Makefile
+++ b/converters/hs-json/Makefile
@@ -3,7 +3,7 @@
PORTNAME= json
PORTVERSION= 0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,8 +11,6 @@ COMMENT= Support for serialising Haskell to and from JSON
LICENSE= BSD
-CABAL_SETUP= Setup.hs
-
USE_CABAL= mtl syb>=0.3.3 text
CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict"