summaryrefslogtreecommitdiff
path: root/x11/xfce4-clipman-plugin
diff options
context:
space:
mode:
authorwiz <wiz>2010-06-13 22:43:46 +0000
committerwiz <wiz>2010-06-13 22:43:46 +0000
commitc3512e82cfd1ef757581484eb740c7cd398411b9 (patch)
tree4a9b97c2969a25f1eeb6596ee96fc25429cef7d5 /x11/xfce4-clipman-plugin
parente9a8c2a53822e7578f98d3ebcd4e60f3d153b02a (diff)
downloadpkgsrc-c3512e82cfd1ef757581484eb740c7cd398411b9.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 'x11/xfce4-clipman-plugin')
-rw-r--r--x11/xfce4-clipman-plugin/Makefile4
-rw-r--r--x11/xfce4-clipman-plugin/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile
index 4520bb25460..5f2e3315cde 100644
--- a/x11/xfce4-clipman-plugin/Makefile
+++ b/x11/xfce4-clipman-plugin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/08/26 19:57:04 sno Exp $
+# $NetBSD: Makefile,v 1.16 2010/06/13 22:45:54 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
@@ -8,7 +8,7 @@ XFCE4_VERSION= 0.8.0
DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION}
#PKGREVISION= 1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-clipman-plugin/
COMMENT= Xfce clipboard plugin
diff --git a/x11/xfce4-clipman-plugin/buildlink3.mk b/x11/xfce4-clipman-plugin/buildlink3.mk
index e4fc7694611..82e02f9e0f9 100644
--- a/x11/xfce4-clipman-plugin/buildlink3.mk
+++ b/x11/xfce4-clipman-plugin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.18 2009/09/16 01:31:13 reed Exp $
+# $NetBSD: buildlink3.mk,v 1.19 2010/06/13 22:45:54 wiz Exp $
BUILDLINK_TREE+= xfce4-clipman-plugin
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-clipman-plugin
XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.8.0
-BUILDLINK_ABI_DEPENDS.xfce4-clipman-plugin?= xfce4-clipman-plugin>=0.8.0nb1
+BUILDLINK_ABI_DEPENDS.xfce4-clipman-plugin?= xfce4-clipman-plugin>=0.8.0nb2
BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin
.include "../../x11/xfce4-panel/buildlink3.mk"