diff options
Diffstat (limited to 'x11/xfce4-clipman-plugin')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 3 | ||||
-rw-r--r-- | x11/xfce4-clipman-plugin/buildlink3.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index ffd0548899c..d00af6303cb 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2005/11/09 07:09:05 martti Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/24 07:33:01 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.4.1 DISTNAME= xfce4-clipman-plugin-${XFCE4_VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= Xfce clipboard plugin diff --git a/x11/xfce4-clipman-plugin/buildlink3.mk b/x11/xfce4-clipman-plugin/buildlink3.mk index c08c0b8699f..0316f595312 100644 --- a/x11/xfce4-clipman-plugin/buildlink3.mk +++ b/x11/xfce4-clipman-plugin/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2005/03/30 07:04:06 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2006/01/24 07:33:01 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:= ${XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK}+ @@ -12,6 +12,7 @@ BUILDLINK_PACKAGES+= xfce4-clipman-plugin .if !empty(XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK:M+) BUILDLINK_DEPENDS.xfce4-clipman-plugin+= xfce4-clipman-plugin>=0.4.1 +BUILDLINK_RECOMMENDED.xfce4-clipman-plugin?= xfce4-clipman-plugin>=0.4.1nb1 BUILDLINK_PKGSRCDIR.xfce4-clipman-plugin?= ../../x11/xfce4-clipman-plugin .endif # XFCE4_CLIPMAN_PLUGIN_BUILDLINK3_MK |