summaryrefslogtreecommitdiff
path: root/graphics/libgdiplus/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2006-01-04 00:08:27 +0000
committerrecht <recht@pkgsrc.org>2006-01-04 00:08:27 +0000
commite4221710c10bbf24d258d05f83d846303164ccbb (patch)
tree274bb37976bda941190514d933ef8f4ff35fc02e /graphics/libgdiplus/Makefile
parent6f8d146005104735fbb45f6874b7f43aa061f6fa (diff)
downloadpkgsrc-e4221710c10bbf24d258d05f83d846303164ccbb.tar.gz
update to libgdiplus-1.1.11 to sync with latest mono update
changes include update to cairo and the usual bug-fixes
Diffstat (limited to 'graphics/libgdiplus/Makefile')
-rw-r--r--graphics/libgdiplus/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/libgdiplus/Makefile b/graphics/libgdiplus/Makefile
index d6af09c3f69..78585e653e9 100644
--- a/graphics/libgdiplus/Makefile
+++ b/graphics/libgdiplus/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2005/08/10 20:56:18 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/01/04 00:08:27 recht Exp $
#
-DISTNAME= libgdiplus-1.1.8
+DISTNAME= libgdiplus-1.1.11
CATEGORIES= graphics
MASTER_SITES= http://go-mono.com/sources/libgdiplus-1.1/
@@ -13,11 +13,8 @@ USE_PKGLOCALEDIR= yes
USE_TOOLS+= autoconf gmake pkg-config
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libgdiplus.pc.in
+PKGCONFIG_OVERRIDE+= cairo/cairo.pc.in
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --disable-glitz
-
-pre-configure:
- cd ${WRKSRC}; autoheader; autoconf
BUILDLINK_DEPENDS.freetype2+= freetype2>=2.1.5
BUILDLINK_DEPENDS.Xft2+= Xft2>=2.1.2
@@ -28,7 +25,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../devel/glib2/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
-#.include "../../graphics/glitz/buildlink3.mk"
+.include "../../graphics/glitz/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"