From 651f6ac9e3ccccaec92d028e8a40b530db3d9720 Mon Sep 17 00:00:00 2001 From: drochner Date: Sun, 3 Apr 2011 10:07:07 +0000 Subject: skip the SRKREF check for the "about" plugin -- it lists the build environment, so this is harmless --- www/bluefish/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 4509d0cda28..66780e2c8fa 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2011/03/11 18:03:21 drochner Exp $ +# $NetBSD: Makefile,v 1.89 2011/04/03 10:07:07 drochner Exp $ DISTNAME= bluefish-2.0.3 CATEGORIES= www @@ -25,6 +25,8 @@ CONFIGURE_ARGS+= --with-gnome2_4-appreg=${PREFIX:Q}/share/application-registry CONFIGURE_ENV+= EXTERNAL_GREP=${TOOLS_GREP:Q} CONFIGURE_ENV+= EXTERNAL_FIND=${TOOLS_FIND:Q} +CHECK_WRKREF_SKIP+= lib/bluefish/about.so + # XXX this doesn't work #XML_CATALOGS= ${PREFIX}/share/xml/bluefish/catalog.xml #XML_ENTRIES= delegateURI http://bluefish.openoffice.nl/ns/bflang/2.0/ \ -- cgit v1.2.3