diff options
Diffstat (limited to 'textproc/hs-texmath/Makefile')
-rw-r--r-- | textproc/hs-texmath/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 2a47f37f71f8..4ff2f905816e 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= texmath -PORTVERSION= 0.8.0.1 +PORTVERSION= 0.8.3 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,9 +10,11 @@ COMMENT= Conversion between formats used to represent mathematics LICENSE= GPLv2 -USE_CABAL= mtl network pandoc-types>=1.12.3.3 parsec>=3 syb xml +USE_CABAL= aeson mtl network>=2.6 network-uri>=2.6 \ + pandoc-types>=1.12.3.3 parsec>=3 syb text xml -FLAGS_DISABLE= executable network-uri +FLAGS_ENABLE= network-uri +FLAGS_DISABLE= executable .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |