summaryrefslogtreecommitdiff
path: root/graphics/urt
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-13 22:43:46 +0000
committerwiz <wiz>2010-06-13 22:43:46 +0000
commit6af156235b3b94e0c3542e1b617f2653855e0c4f (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /graphics/urt
parent354cf6a07fa5783bda1f7548ccc97a684c6a7f8e (diff)
downloadpkgsrc-6af156235b3b94e0c3542e1b617f2653855e0c4f.tar.gz
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Diffstat (limited to 'graphics/urt')
-rw-r--r--graphics/urt/Makefile4
-rw-r--r--graphics/urt/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index dbb8d95d8fc..fe1f1fe565f 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2010/01/18 09:59:09 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2010/06/13 22:44:45 wiz Exp $
DISTNAME= urt
PKGNAME= urt-3.1b1
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.iastate.edu/pub/utah-raster/
DISTFILES= urt-3.1b.tar.Z urt-doc.tar.Z urt-img.tar.Z
diff --git a/graphics/urt/buildlink3.mk b/graphics/urt/buildlink3.mk
index 16b896a4c52..c5fc6b676e3 100644
--- a/graphics/urt/buildlink3.mk
+++ b/graphics/urt/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.11 2010/01/18 09:59:09 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2010/06/13 22:44:45 wiz Exp $
BUILDLINK_TREE+= urt
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= urt
URT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.urt+= urt>=3.1b1nb5
-BUILDLINK_ABI_DEPENDS.urt+= urt>=3.1b1nb10
+BUILDLINK_ABI_DEPENDS.urt+= urt>=3.1b1nb11
BUILDLINK_PKGSRCDIR.urt?= ../../graphics/urt
.include "../../graphics/netpbm/buildlink3.mk"