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 /meta-pkgs/xfce4 | |
parent | c440246df64a29d51c504ae92843f93c4a35276b (diff) | |
download | pkgsrc-391b5798e65ea1b92e1b533d96be9786f140a121.tar.gz |
Bump PKGREVISION for atk library major bump.
Diffstat (limited to 'meta-pkgs/xfce4')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/xfce4/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 0b74dd78bc2..f9b201e0341 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2003/12/03 06:43:28 martti Exp $ +# $NetBSD: Makefile,v 1.4 2003/12/13 00:45:24 wiz Exp $ .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} +PKGREVISION= 1 DISTFILES= # empty CATEGORIES= meta-pkgs COMMENT= XFce4 diff --git a/meta-pkgs/xfce4/buildlink2.mk b/meta-pkgs/xfce4/buildlink2.mk index a31df9e61de..099152a1be9 100644 --- a/meta-pkgs/xfce4/buildlink2.mk +++ b/meta-pkgs/xfce4/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.2 2003/09/27 06:57:16 martti Exp $ +# $NetBSD: buildlink2.mk,v 1.3 2003/12/13 00:45:24 wiz Exp $ # # This Makefile fragment is included by packages that use xfce4. # @@ -9,7 +9,7 @@ XFCE4_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xfce4 -BUILDLINK_DEPENDS.xfce4?= xfce4>=4.0.0 +BUILDLINK_DEPENDS.xfce4?= xfce4>=4.0.1nb1 BUILDLINK_PKGSRCDIR.xfce4?= ../../meta-pkgs/xfce4 EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4=xfce4 |