diff options
author | kristerw <kristerw> | 2005-06-24 20:53:20 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-24 20:53:20 +0000 |
commit | f94813a3434853b164a8cf0f1142a69c1ab3c360 (patch) | |
tree | 16e6291060834ced7e8d6fc93e1b2fa3713b1195 /textproc/groff | |
parent | 1595ab2a3804450a052100cb8cab4d243b05681f (diff) | |
download | pkgsrc-f94813a3434853b164a8cf0f1142a69c1ab3c360.tar.gz |
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index b37cff7aa24..56c4eb535ff 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -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 @@ DEPENDS+= psutils>=1.17:../../print/psutils USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -CONFIGURE_ENV+= ac_cv_path_PERLPATH="${PERL5}" +CONFIGURE_ENV+= PERLPATH="${PERL5}" USE_PERL5= YES INFO_FILES= groff |