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 | dd8667777fbc0ed77091084572a942f111f1b4e7 (patch) | |
tree | 387ad93e2489a50e6c479ea80481f11998e70dbf /x11/gnome-panel | |
parent | 81d5768a62d050425f0609e323ab0f109059c928 (diff) | |
download | pkgsrc-dd8667777fbc0ed77091084572a942f111f1b4e7.tar.gz |
Bump PKGREVISION for atk library major bump.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/buildlink2.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 57af7e9f498..eebec98cb17 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/11/12 01:31:52 salo Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/13 00:45:26 wiz Exp $ # DISTNAME= gnome-panel-2.2.2.2 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.2/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-panel/buildlink2.mk b/x11/gnome-panel/buildlink2.mk index 2a074d9f1d5..88c4e375990 100644 --- a/x11/gnome-panel/buildlink2.mk +++ b/x11/gnome-panel/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.6 2003/11/12 01:31:52 salo Exp $ +# $NetBSD: buildlink2.mk,v 1.7 2003/12/13 00:45:26 wiz Exp $ # # This Makefile fragment is included by packages that use gnome-panel. # @@ -9,7 +9,7 @@ GNOME_PANEL_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= gnome-panel -BUILDLINK_DEPENDS.gnome-panel?= gnome-panel>=2.2.2.2nb3 +BUILDLINK_DEPENDS.gnome-panel?= gnome-panel>=2.2.2.2nb4 BUILDLINK_PKGSRCDIR.gnome-panel?= ../../x11/gnome-panel EVAL_PREFIX+= BUILDLINK_PREFIX.gnome-panel=gnome-panel |