diff options
author | drochner <drochner> | 2011-04-03 10:07:07 +0000 |
---|---|---|
committer | drochner <drochner> | 2011-04-03 10:07:07 +0000 |
commit | b8d74c79accaa8ca2a5fa436975f73b745a4674d (patch) | |
tree | 917289dbf3cab1d8d307503d3f7e18fa871c9b39 /www/bluefish | |
parent | 574d9f26cb9bcaf8f4fcc9718b343d3b45d33d09 (diff) | |
download | pkgsrc-b8d74c79accaa8ca2a5fa436975f73b745a4674d.tar.gz |
skip the SRKREF check for the "about" plugin -- it lists the build
environment, so this is harmless
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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/ \ |