diff options
Diffstat (limited to 'x11/gtksourceview2/Makefile')
-rw-r--r-- | x11/gtksourceview2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtksourceview2/Makefile b/x11/gtksourceview2/Makefile index fdfde4d71f6..408b033b64c 100644 --- a/x11/gtksourceview2/Makefile +++ b/x11/gtksourceview2/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2010/09/14 11:00:50 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2010/10/22 19:01:26 drochner Exp $ # DISTNAME= gtksourceview-${DISTVER} PKGNAME= gtksourceview2-${DISTVER} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.10/} EXTRACT_SUFX= .tar.bz2 @@ -24,7 +23,7 @@ PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in CONFIGURE_ARGS+= --disable-build-tests -DISTVER= 2.10.4 +DISTVER= 2.10.5 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |