diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-06-04 18:53:40 +0000 |
commit | 109269205e521bb1d2d87678a391e5adefff88d6 (patch) | |
tree | 93f1f9278a9a48902904b7ff4a5ce711c10efe08 /graphics/hs-dia-base | |
parent | ad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff) |
Notes
Diffstat (limited to 'graphics/hs-dia-base')
-rw-r--r-- | graphics/hs-dia-base/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/hs-dia-base/Makefile b/graphics/hs-dia-base/Makefile index 833b51589b63..42f321c5baa5 100644 --- a/graphics/hs-dia-base/Makefile +++ b/graphics/hs-dia-base/Makefile @@ -2,15 +2,13 @@ PORTNAME= dia-base PORTVERSION= 0.1.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= An EDSL for teaching Haskell with diagrams - data types +COMMENT= EDSL for teaching Haskell with diagrams - data types LICENSE= BSD -CABAL_SETUP= Setup.hs - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |