summaryrefslogtreecommitdiff
path: root/textproc/hs-hexpat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--textproc/hs-hexpat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/hs-hexpat/Makefile b/textproc/hs-hexpat/Makefile
index 42e4ac97e2fa..bd2e47cd87ea 100644
--- a/textproc/hs-hexpat/Makefile
+++ b/textproc/hs-hexpat/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hexpat
PORTVERSION= 0.20.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,7 +10,8 @@ COMMENT= XML parser/formatter based on expat
LICENSE= BSD
-USE_CABAL= List>=0.4.2 text>=0.5 transformers utf8-string
+USE_CABAL= extensible-exceptions>=0.1 List>=0.4.2 text>=0.5 transformers \
+ utf8-string
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>