pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/chktex Change the CONFIGURE_ENV to use the varia...
details: https://anonhg.NetBSD.org/pkgsrc/rev/23339d762405
branches: trunk
changeset: 496282:23339d762405
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 22:23:05 2005 +0000
description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
diffstat:
print/chktex/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 29c44413f5cc -r 23339d762405 print/chktex/Makefile
--- a/print/chktex/Makefile Fri Jun 24 21:59:25 2005 +0000
+++ b/print/chktex/Makefile Fri Jun 24 22:23:05 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index