diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:36:05 +0000 |
commit | f373794a7840d84aba5824ce1fea71456a0a109c (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /x11/xfce4-places-plugin | |
parent | 5ea958db557afde3b2500f3035098e712d8bb563 (diff) | |
download | pkgsrc-f373794a7840d84aba5824ce1fea71456a0a109c.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'x11/xfce4-places-plugin')
-rw-r--r-- | x11/xfce4-places-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-places-plugin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfce4-places-plugin/Makefile b/x11/xfce4-places-plugin/Makefile index 3bbe42e3807..762d9d0ba10 100644 --- a/x11/xfce4-places-plugin/Makefile +++ b/x11/xfce4-places-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/11/15 22:59:17 abs Exp $ +# $NetBSD: Makefile,v 1.8 2011/01/13 13:36:44 wiz Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -7,7 +7,7 @@ PKG_DESTDIR_SUPPORT= user-destdir XFCE4_VERSION= 1.0.0 DISTNAME= xfce4-places-plugin-${XFCE4_VERSION} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://goodies.xfce.org/releases/xfce4-places-plugin/ COMMENT= Xfce Places plugin diff --git a/x11/xfce4-places-plugin/buildlink3.mk b/x11/xfce4-places-plugin/buildlink3.mk index 0acb4d9fe05..a745f2f752b 100644 --- a/x11/xfce4-places-plugin/buildlink3.mk +++ b/x11/xfce4-places-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2010/11/15 22:59:17 abs Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2011/01/13 13:36:44 wiz Exp $ BUILDLINK_TREE+= xfce4-places-plugin @@ -6,7 +6,7 @@ BUILDLINK_TREE+= xfce4-places-plugin XFCE4_PLACES_PLUGIN_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.xfce4-places-plugin+= xfce4-places-plugin>=1.0.0 -BUILDLINK_ABI_DEPENDS.xfce4-places-plugin?= xfce4-places-plugin>=1.0.0nb4 +BUILDLINK_ABI_DEPENDS.xfce4-places-plugin?= xfce4-places-plugin>=1.0.0nb5 BUILDLINK_PKGSRCDIR.xfce4-places-plugin?= ../../x11/xfce4-places-plugin .include "../../sysutils/xfce4-thunar/buildlink3.mk" |