summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 22:23:05 +0000
committerkristerw <kristerw>2005-06-24 22:23:05 +0000
commitcc4aa86548e7791b509e8d5c8ad8cc7decb7f4e1 (patch)
treecc82ea913926ee30ca44921934b37491d06b3e25 /print
parent99e8998f590f3fef8b20891578fcb784d27a5132 (diff)
downloadpkgsrc-cc4aa86548e7791b509e8d5c8ad8cc7decb7f4e1.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/chktex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index 8d8b5fe4d20..f31bc3d403e 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/06/19 20:51:37 kristerw Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/24 22:23:05 kristerw Exp $
#
DISTNAME= chktex-1.6.1
@@ -15,7 +15,7 @@ DEPENDS+= lynx-[0-9]*:../../www/lynx
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
CFLAGS+= -D__unix__
-CONFIGURE_ENV+= ac_cv_path_PERL5="${PERL5}"
+CONFIGURE_ENV+= PERL5="${PERL5}"
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
.include "../../lang/perl5/buildlink3.mk"