summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 22:23:05 +0000
committerkristerw <kristerw>2005-06-24 22:23:05 +0000
commit8839333341295286216a9cd59ca436bf0112623e (patch)
treecc82ea913926ee30ca44921934b37491d06b3e25
parenteab07b502ef13a452c0a41413fc7f516e2c0997c (diff)
downloadpkgsrc-8839333341295286216a9cd59ca436bf0112623e.tar.gz
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
-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"