diff options
author | wiz <wiz> | 2013-06-06 12:53:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-06-06 12:53:40 +0000 |
commit | 28a3c9c1d4f6bc2b03f170e57fd61cc1d053fcca (patch) | |
tree | 8c7feb5277a9fd537ca7f3140c7c5f99ca16cbf4 /editors/gedit | |
parent | a9e1c1969748f11267c4514c5568fe8a74274094 (diff) | |
download | pkgsrc-28a3c9c1d4f6bc2b03f170e57fd61cc1d053fcca.tar.gz |
Bump PKGREVISION for libXft changes for NetBSD native X support on
NetBSD 6, requested by tron.
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 3a794296077..a3f92ee2978 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.125 2013/06/04 22:15:58 tron Exp $ +# $NetBSD: Makefile,v 1.126 2013/06/06 12:53:50 wiz Exp $ # DISTNAME= gedit-2.30.4 -PKGREVISION= 16 +PKGREVISION= 17 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 a811c6d3bb2..c895fb735bf 100644 --- a/editors/gedit/buildlink3.mk +++ b/editors/gedit/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.36 2013/06/04 22:15:58 tron Exp $ +# $NetBSD: buildlink3.mk,v 1.37 2013/06/06 12:53:50 wiz Exp $ BUILDLINK_TREE+= gedit @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gedit GEDIT_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gedit+= gedit>=2.12.1nb4<3 -BUILDLINK_ABI_DEPENDS.gedit+= gedit>=2.30.4nb16 +BUILDLINK_ABI_DEPENDS.gedit+= gedit>=2.30.4nb17 BUILDLINK_PKGSRCDIR.gedit?= ../../editors/gedit .include "../../x11/gtksourceview2/buildlink3.mk" |