diff options
Diffstat (limited to 'x11-toolkits/hs-frantk/Makefile')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index b46d62da7e31..9d43d2179c11 100644 --- a/x11-toolkits/hs-frantk/Makefile +++ b/x11-toolkits/hs-frantk/Makefile @@ -10,10 +10,11 @@ PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= x11-toolkits haskell MASTER_SITES= http://www.dcs.gla.ac.uk/~meurig/FranTk/ -DISTNAME= FranTk${PORTVERSION:S/./_/} PKGNAMEPREFIX= hs- +DISTNAME= FranTk${PORTVERSION:S/./_/} MAINTAINER= obraun@FreeBSD.org +COMMENT= A GUI library for Haskell on top of Tcl-Tk LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 .if !defined(WITHOUT_GHC) |