aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-cairo/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-20 02:23:04 +0000
commitf6f83c9efc2c46d2970746758e2c682bb8a518ec (patch)
tree290f2ea61305744bf0f477895c56b92acaeb361f /graphics/hs-cairo/Makefile
parentaf071cfdc1f8578bd1523b823e683074a3139a34 (diff)
downloadports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz
ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip
Notes
Diffstat (limited to 'graphics/hs-cairo/Makefile')
-rw-r--r--graphics/hs-cairo/Makefile10
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"