diff options
Diffstat (limited to 'graphics/hs-cairo/Makefile')
-rw-r--r-- | graphics/hs-cairo/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/hs-cairo/Makefile b/graphics/hs-cairo/Makefile index 54fe3f0f7888..26c965f0eb02 100644 --- a/graphics/hs-cairo/Makefile +++ b/graphics/hs-cairo/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-cairo -# Date created: March 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= cairo -PORTVERSION= 0.12.3.1 -PORTREVISION= 1 +PORTVERSION= 0.12.4 CATEGORIES= graphics haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +11,9 @@ LICENSE= BSD FILE_LICENSE= COPYRIGHT CABAL_SETUP= Setup.hs + USE_CABAL= gtk2hs-buildtools mtl + BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/cairo-pdf.pc:${PORTSDIR}/graphics/cairo .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |