diff options
author | wiz <wiz> | 2002-12-24 06:09:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-24 06:09:44 +0000 |
commit | 5931c8c9c19c0cbd0f9a91ccf975d4b0ccf63cf8 (patch) | |
tree | 8a7e4f003654ca20961f63344f21c9a974843e5e /x11/gnome-panel | |
parent | cfb8d72478bec4d603a124848e82b48aadaff7a4 (diff) | |
download | pkgsrc-5931c8c9c19c0cbd0f9a91ccf975d4b0ccf63cf8.tar.gz |
Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 3 | ||||
-rw-r--r-- | x11/gnome-panel/buildlink2.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 11500a5d59a..549d63efe3c 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/12/16 22:55:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/24 06:10:31 wiz Exp $ # DISTNAME= gnome-panel-2.0.11 +PKGREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.0/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-panel/buildlink2.mk b/x11/gnome-panel/buildlink2.mk index b935e2dcfb4..e52fb3c0e23 100644 --- a/x11/gnome-panel/buildlink2.mk +++ b/x11/gnome-panel/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/11/04 08:28:00 rh Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:10:31 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.0.10 +BUILDLINK_DEPENDS.gnome-panel?= gnome-panel>=2.0.11nb1 BUILDLINK_PKGSRCDIR.gnome-panel?= ../../x11/gnome-panel EVAL_PREFIX+= BUILDLINK_PREFIX.gnome-panel=gnome-panel |