diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-13 00:45:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-13 00:45:21 +0000 |
commit | 391b5798e65ea1b92e1b533d96be9786f140a121 (patch) | |
tree | 387ad93e2489a50e6c479ea80481f11998e70dbf /x11/xfce4-desktop | |
parent | c440246df64a29d51c504ae92843f93c4a35276b (diff) | |
download | pkgsrc-391b5798e65ea1b92e1b533d96be9786f140a121.tar.gz |
Bump PKGREVISION for atk library major bump.
Diffstat (limited to 'x11/xfce4-desktop')
-rw-r--r-- | x11/xfce4-desktop/Makefile | 6 | ||||
-rw-r--r-- | x11/xfce4-desktop/buildlink2.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/xfce4-desktop/Makefile b/x11/xfce4-desktop/Makefile index 6a7090aa40c..5d264f5c733 100644 --- a/x11/xfce4-desktop/Makefile +++ b/x11/xfce4-desktop/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2003/12/04 19:48:26 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/13 00:45:27 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -PKGNAME= xfce4-desktop-${XFCE4_VERSION} DISTNAME= xfdesktop-${XFCE4_VERSION} -PKGREVISION= 1 +PKGNAME= xfce4-desktop-${XFCE4_VERSION} +PKGREVISION= 2 CATEGORIES= x11 COMMENT= XFce4 desktop background manager diff --git a/x11/xfce4-desktop/buildlink2.mk b/x11/xfce4-desktop/buildlink2.mk index 53ecf306e1e..c21a8deff02 100644 --- a/x11/xfce4-desktop/buildlink2.mk +++ b/x11/xfce4-desktop/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.3 2003/12/03 05:34:09 martti Exp $ +# $NetBSD: buildlink2.mk,v 1.4 2003/12/13 00:45:27 wiz Exp $ # # This Makefile fragment is included by packages that use xfce4-desktop. # @@ -9,7 +9,7 @@ XFCE4_DESKTOP_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xfce4-desktop -BUILDLINK_DEPENDS.xfce4-desktop?= xfce4-desktop>=4.0.1 +BUILDLINK_DEPENDS.xfce4-desktop?= xfce4-desktop>=4.0.1nb2 BUILDLINK_PKGSRCDIR.xfce4-desktop?= ../../x11/xfce4-desktop EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-desktop=xfce4-desktop |