diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 22:23:05 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 22:23:05 +0000 |
commit | 463a5cc25c431a9628f3a02ebab0ce95edff917e (patch) | |
tree | cc82ea913926ee30ca44921934b37491d06b3e25 /print/chktex | |
parent | 2a6ac1e9dc1f90447cb833f5dc6b493a559503cf (diff) | |
download | pkgsrc-463a5cc25c431a9628f3a02ebab0ce95edff917e.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/chktex')
-rw-r--r-- | print/chktex/Makefile | 4 |
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" |