diff options
Diffstat (limited to 'math/hs-semigroups/Makefile')
-rw-r--r-- | math/hs-semigroups/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/hs-semigroups/Makefile b/math/hs-semigroups/Makefile index 38a9398a986e..2256a2dbd383 100644 --- a/math/hs-semigroups/Makefile +++ b/math/hs-semigroups/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= semigroups -PORTVERSION= 0.8.4.1 +PORTVERSION= 0.9 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -9,5 +9,7 @@ COMMENT= Haskell 98 semigroups LICENSE= BSD +USE_CABAL= nats>=0.1 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |