diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
commit | fff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /www/hs-activehs | |
parent | b782168218ce43588149523e6d12003aa68ad324 (diff) |
Notes
Diffstat (limited to 'www/hs-activehs')
-rw-r--r-- | www/hs-activehs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hs-activehs/Makefile b/www/hs-activehs/Makefile index 01d054058024..c3ff4d77d56c 100644 --- a/www/hs-activehs/Makefile +++ b/www/hs-activehs/Makefile @@ -2,7 +2,7 @@ PORTNAME= activehs PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,7 +14,7 @@ USE_CABAL= activehs-base blaze-html blaze-markup cmdargs data-pprint \ dia-base dia-functions exceptions haskell-src-exts \ highlighting-kate hint hoogle mtl pandoc pureMD5 \ QuickCheck simple-reflect snap-core snap-server split syb \ - text utf8-string + utf8-string STANDALONE= yes EXECUTABLE= activehs |