diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-25 00:48:26 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-25 00:48:26 +0000 |
commit | 6f68b57845aec5a5d26d87b565ee940bf595e24e (patch) | |
tree | 9ead0dd57ac73a836dcdb8221ed60be20839e16b /www/bluefish | |
parent | 36f8a08e27581f5ed1a7a4fc6acc2e8e1815c6bf (diff) | |
download | pkgsrc-6f68b57845aec5a5d26d87b565ee940bf595e24e.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 5d63a75fb15..ca10fc19ade 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/06/19 01:35:08 kristerw Exp $ +# $NetBSD: Makefile,v 1.54 2005/06/25 00:48:26 kristerw Exp $ DISTNAME= bluefish-1.0 PKGREVISION= 2 @@ -22,8 +22,8 @@ USE_TOOLS+= find gmake grep USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-icon-path=${PREFIX}/share/pixmaps -CONFIGURE_ENV+= ac_cv_path_EXTERNAL_GREP="${TOOLS_GREP}" -CONFIGURE_ENV+= ac_cv_path_EXTERNAL_FIND="${TOOLS_FIND}" +CONFIGURE_ENV+= EXTERNAL_GREP="${TOOLS_GREP}" +CONFIGURE_ENV+= EXTERNAL_FIND="${TOOLS_FIND}" .include "../../converters/libiconv/buildlink3.mk" .include "../../databases/shared-mime-info/mimedb.mk" |