pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/groff Change the CONFIGURE_ENV to use the var...
details: https://anonhg.NetBSD.org/pkgsrc/rev/27dfbede06cf
branches: trunk
changeset: 496260:27dfbede06cf
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Fri Jun 24 20:53:20 2005 +0000
description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
diffstat:
textproc/groff/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 342178b49c20 -r 27dfbede06cf textproc/groff/Makefile
--- a/textproc/groff/Makefile Fri Jun 24 20:51:10 2005 +0000
+++ b/textproc/groff/Makefile Fri Jun 24 20:53:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/06/20 16:29:55 kristerw Exp $
+# $NetBSD: Makefile,v 1.26 2005/06/24 20:53:20 kristerw Exp $
#
DISTNAME= groff-1.19.1
@@ -15,7 +15,7 @@
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
-CONFIGURE_ENV+= ac_cv_path_PERLPATH="${PERL5}"
+CONFIGURE_ENV+= PERLPATH="${PERL5}"
USE_PERL5= YES
INFO_FILES= groff
Home |
Main Index |
Thread Index |
Old Index