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 | 970465335313f2c0d302b522d45983fd81047237 (patch) | |
tree | 794589721645014f29d17d58e299977ce8569e63 /print | |
parent | 565454a5a89f0e3febb6f76b9ce95f869c456368 (diff) | |
download | pkgsrc-970465335313f2c0d302b522d45983fd81047237.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')
-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" |