From 246cc1fdfe44d06cd7b6cfceecc0adcbef5528e9 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 13 Dec 2020 15:39:40 +0000 Subject: [PATCH] x11/gtksourceview2: remove configure option --disable-build-tests It is no longer known. The ChangeLog files don't contain an entry about its removal. --- x11/gtksourceview2/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11/gtksourceview2/Makefile b/x11/gtksourceview2/Makefile index b83342caf3db..02098add029e 100644 --- a/x11/gtksourceview2/Makefile +++ b/x11/gtksourceview2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2020/11/05 09:07:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.70 2020/12/13 15:39:40 rillig Exp $ DISTNAME= gtksourceview-2.10.5 PKGNAME= ${DISTNAME:S/-/2-/} @@ -16,7 +16,6 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake intltool msgfmt perl pkg-config GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-build-tests PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in