diff options
Diffstat (limited to 'time/xfce4-datetime-plugin/Makefile')
-rw-r--r-- | time/xfce4-datetime-plugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile index f2e1e1a03c1..bdacc24db64 100644 --- a/time/xfce4-datetime-plugin/Makefile +++ b/time/xfce4-datetime-plugin/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2004/01/23 21:50:49 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/10 11:59:31 xtraeme Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.2 DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= XFce4 calendar plugin -.include "../../x11/xfce4-panel/buildlink2.mk" +.include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |