diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 19:05:48 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 19:05:48 +0000 |
commit | 1e01d07a0144d5ab4fae1203e43ecada1f74d7f6 (patch) | |
tree | 794589721645014f29d17d58e299977ce8569e63 /print/LPRng-core/Makefile | |
parent | 17d6072a1749db1fc764ed78a78600fa8c71c371 (diff) | |
download | pkgsrc-1e01d07a0144d5ab4fae1203e43ecada1f74d7f6.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'print/LPRng-core/Makefile')
-rw-r--r-- | print/LPRng-core/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index 77dab154872..ab465dcc529 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/23 21:36:01 kristerw Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/24 19:05:48 kristerw Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 @@ -26,8 +26,8 @@ CONFIGURE_ARGS+= --with-printcap_path="${PRINTCAP_PATH}" CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}" CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}" CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}" -CONFIGURE_ENV+= ac_cv_path_CHGRP="${TOOLS_CHGRP}" -CONFIGURE_ENV+= ac_cv_path_CHOWN="${TOOLS_CHOWN}" +CONFIGURE_ENV+= CHGRP="${TOOLS_CHGRP}" +CONFIGURE_ENV+= CHOWN="${TOOLS_CHOWN}" .include "options.mk" |