aboutsummaryrefslogtreecommitdiff
path: root/www/hs-recaptcha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-recaptcha/Makefile')
-rw-r--r--www/hs-recaptcha/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/hs-recaptcha/Makefile b/www/hs-recaptcha/Makefile
index ec1184ef98ac..14d91e218ec7 100644
--- a/www/hs-recaptcha/Makefile
+++ b/www/hs-recaptcha/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= recaptcha
-PORTVERSION= 0.1.0.2
-PORTREVISION= 1
+PORTVERSION= 0.1.0.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,7 +9,9 @@ COMMENT= Functions for using the reCAPTCHA service in web applications
LICENSE= BSD3CLAUSE
-USE_CABAL= HTTP>=3001.1.4 network>=2.2.0.1
+USE_CABAL= HTTP>=3001.1.4 network>=2.6 network-uri>=2.6
+
+FLAGS_ENABLE= network-uri
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>