aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-HGL/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hs-HGL/Makefile')
-rw-r--r--graphics/hs-HGL/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/hs-HGL/Makefile b/graphics/hs-HGL/Makefile
index 85fd038aea77..228373530997 100644
--- a/graphics/hs-HGL/Makefile
+++ b/graphics/hs-HGL/Makefile
@@ -7,13 +7,16 @@
PORTNAME= HGL
PORTVERSION= 3.2.0.2
+PORTREVISION= 1
CATEGORIES= graphics haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= A simple Haskell graphics library based on X11 or Win32
+LICENSE= BSD
+
CABAL_SETUP= Setup.hs
-USE_HACKAGE= X11
+USE_CABAL= X11
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>