diff options
Diffstat (limited to 'x11/hs-X11-xft/Makefile')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index bac6a8339690..e7f5f0dda1ad 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -7,13 +7,15 @@ PORTNAME= X11-xft PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs -USE_HACKAGE= utf8-string>=0.1 X11>=1.2.1 +LICENSE= LGPL21 + +USE_CABAL= utf8-string>=0.1 X11>=1.2.1 USE_XORG= xft xrender .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |