aboutsummaryrefslogtreecommitdiff
path: root/www/hs-yesod-auth
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-08-03 02:40:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-08-03 02:40:40 +0000
commitfcb3568e0e9b31954c7b6241cf3f293f67f9d3c8 (patch)
tree1e3c59b66e6d845dce2b02be345452675c37f15c /www/hs-yesod-auth
parent03f12b61dfb3c324868bd998131d5c774385ef10 (diff)
downloadports-fcb3568e0e9b31954c7b6241cf3f293f67f9d3c8.tar.gz
ports-fcb3568e0e9b31954c7b6241cf3f293f67f9d3c8.zip
Notes
Diffstat (limited to 'www/hs-yesod-auth')
-rw-r--r--www/hs-yesod-auth/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/hs-yesod-auth/Makefile b/www/hs-yesod-auth/Makefile
index 64abf0987df1..6f60d16be9d3 100644
--- a/www/hs-yesod-auth/Makefile
+++ b/www/hs-yesod-auth/Makefile
@@ -7,6 +7,7 @@
PORTNAME= yesod-auth
PORTVERSION= 1.0.2.1
+PORTREVISION= 1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,7 +15,7 @@ COMMENT= Authentication for Yesod
LICENSE= MIT
-USE_CABAL= aeson>=0.5 authenticate>=1.2 blaze-html>=0.4.1.3 \
+USE_CABAL= aeson>=0.5 authenticate>=1.2 blaze-html>=0.5 blaze-markup>=0.5.1 \
hamlet>=1.0 http-conduit>=1.4.1.1 lifted-base>=0.1 \
mime-mail>=0.3 persistent>=0.9 persistent-template>=0.9 \
pureMD5>=2.0 pwstore-fast>=2.2 random>=1.0.0.2 SHA>=1.4.1.3 \
@@ -22,7 +23,5 @@ USE_CABAL= aeson>=0.5 authenticate>=1.2 blaze-html>=0.4.1.3 \
unordered-containers wai>=1.2 yesod-core>=1.0 yesod-form>=1.0 \
yesod-json>=1.0 yesod-persistent>=1.0
-CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>