diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-03 10:07:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-03 10:07:07 +0000 |
commit | 651f6ac9e3ccccaec92d028e8a40b530db3d9720 (patch) | |
tree | 917289dbf3cab1d8d307503d3f7e18fa871c9b39 /www | |
parent | c783bbe08b7fad4dc39dcd42d66bf80724236b2a (diff) | |
download | pkgsrc-651f6ac9e3ccccaec92d028e8a40b530db3d9720.tar.gz |
skip the SRKREF check for the "about" plugin -- it lists the build
environment, so this is harmless
Diffstat (limited to 'www')
-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/ \ |