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 /net-im/hs-haskell-xmpp | |
parent | b782168218ce43588149523e6d12003aa68ad324 (diff) |
Notes
Diffstat (limited to 'net-im/hs-haskell-xmpp')
-rw-r--r-- | net-im/hs-haskell-xmpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/hs-haskell-xmpp/Makefile b/net-im/hs-haskell-xmpp/Makefile index 4c4266a2806a..a4823c5d9db8 100644 --- a/net-im/hs-haskell-xmpp/Makefile +++ b/net-im/hs-haskell-xmpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= haskell-xmpp PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,7 @@ COMMENT= Haskell XMPP library based on HaXml & STM LICENSE= BSD3CLAUSE USE_CABAL= HaXml>=1.23.3 html mtl>=1.0 network \ - polyparse random regex-compat stm utf8-string + polyparse random regex-compat utf8-string .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |