diff options
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index dbb947e2bf1..2302e3fa517 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/09/07 19:17:54 adam Exp $ +# $NetBSD: Makefile,v 1.26 2012/09/15 10:07:18 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -7,7 +7,7 @@ PKG_DESTDIR_SUPPORT= user-destdir XFCE4_VERSION= 0.8.0 DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION} -PKGREVISION= 11 +PKGREVISION= 12 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 7efb37f00bc..2666ec1fd49 100644 --- a/x11/xfce4-clipman-plugin/buildlink3.mk +++ b/x11/xfce4-clipman-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.29 2012/09/07 19:17:54 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.30 2012/09/15 10:07:18 obache 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.0nb11 +BUILDLINK_ABI_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.8.0nb12 BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin .include "../../x11/xfce4-panel/buildlink3.mk" |