summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-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 9f1180bb691..1c2c92a40da 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/04/19 21:04:53 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2012/04/21 04:18:02 dholland Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
@@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --with-printcap_path=${PRINTCAP_PATH:Q}
CONFIGURE_ARGS+= --with-filterdir=${FILTER_DIR:Q}
CONFIGURE_ARGS+= --with-filter_path=${FILTER_PATH:Q}
CONFIGURE_ARGS+= --with-ld_library_path=${FILTER_LD_PATH:Q}
-CONFIGURE_ENV+= CHGRP=${TOOLS_CHGRP:Q}
-CONFIGURE_ENV+= CHOWN=${TOOLS_CHOWN:Q}
+CONFIGURE_ENV+= ac_cv_path_CHGRP=${TOOLS_CHGRP:Q}
+CONFIGURE_ENV+= ac_cv_path_CHOWN=${TOOLS_CHOWN:Q}
.include "options.mk"