summaryrefslogtreecommitdiff
path: root/print/LPRng-core
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 19:05:48 +0000
committerkristerw <kristerw>2005-06-24 19:05:48 +0000
commit8a45560e9efb8713b03d7de632b5f4852c2b4ea5 (patch)
tree794589721645014f29d17d58e299977ce8569e63 /print/LPRng-core
parent0bfb41873ee4413dd6be9662817e1b4fb4abfc75 (diff)
downloadpkgsrc-8a45560e9efb8713b03d7de632b5f4852c2b4ea5.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')
-rw-r--r--print/LPRng-core/Makefile6
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"