diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-06 15:10:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-06 15:10:01 +0000 |
commit | 751d30d6377f228402a1f53bf08b8d4a4fa165e8 (patch) | |
tree | 2c5a8e1b81d5d880a6eed522c25b3015ba8050ca /x11/gnome-panel | |
parent | 43c5a98fb7c30f28ccc9ec223f446850a7b6bff1 (diff) | |
download | pkgsrc-751d30d6377f228402a1f53bf08b8d4a4fa165e8.tar.gz |
DEPENDS and PKGREVISION bumps because db4's library name changed.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/buildlink3.mk | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 2936009abac..01fa38db82c 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2005/12/31 12:32:48 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2006/01/06 15:10:08 wiz Exp $ # DISTNAME= gnome-panel-2.12.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.12/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gnome-panel/buildlink3.mk b/x11/gnome-panel/buildlink3.mk index 221b6de15da..8a0ebedd08b 100644 --- a/x11/gnome-panel/buildlink3.mk +++ b/x11/gnome-panel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2005/12/31 12:32:48 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2006/01/06 15:10:08 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GNOME_PANEL_BUILDLINK3_MK:= ${GNOME_PANEL_BUILDLINK3_MK}+ @@ -11,8 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-panel} BUILDLINK_PACKAGES+= gnome-panel .if !empty(GNOME_PANEL_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.gnome-panel+= gnome-panel>=2.10.0 -BUILDLINK_RECOMMENDED.gnome-panel?= gnome-panel>=2.12.1nb2 +BUILDLINK_DEPENDS.gnome-panel+= gnome-panel>=2.12.1nb3 BUILDLINK_PKGSRCDIR.gnome-panel?= ../../x11/gnome-panel .endif # GNOME_PANEL_BUILDLINK3_MK |