diff options
author | wiz <wiz@pkgsrc.org> | 2012-03-03 00:11:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-03-03 00:11:51 +0000 |
commit | e64308b04bbe77743ea3554180946741795d6b04 (patch) | |
tree | a1c602ef4a7cc8ff28e093a91e96ec5a529d4fa0 /editors/gedit | |
parent | 94ba874f0f42028504e0b2966805985c000aad5f (diff) | |
download | pkgsrc-e64308b04bbe77743ea3554180946741795d6b04.tar.gz |
Recursive bump for pcre-8.30* (shlib major change)
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 4 | ||||
-rw-r--r-- | editors/gedit/buildlink3.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index e2c4afe2641..1aeb91c21af 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.113 2012/02/06 12:40:00 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2012/03/03 00:12:29 wiz Exp $ # DISTNAME= gedit-2.30.4 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.30/} EXTRACT_SUFX= .tar.bz2 diff --git a/editors/gedit/buildlink3.mk b/editors/gedit/buildlink3.mk index dced6b05c41..8eaf459dd42 100644 --- a/editors/gedit/buildlink3.mk +++ b/editors/gedit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2012/02/06 12:40:00 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2012/03/03 00:12:29 wiz Exp $ BUILDLINK_TREE+= gedit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gedit GEDIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gedit+= gedit>=2.12.1nb4 -BUILDLINK_ABI_DEPENDS.gedit?= gedit>=2.30.4nb5 +BUILDLINK_ABI_DEPENDS.gedit?= gedit>=2.30.4nb6 BUILDLINK_PKGSRCDIR.gedit?= ../../editors/gedit .include "../../x11/gtksourceview2/buildlink3.mk" |