diff options
Diffstat (limited to 'textproc/groff')
-rw-r--r-- | textproc/groff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index fb804ae4b88..b37cff7aa24 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:34 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/20 16:29:55 kristerw Exp $ # DISTNAME= groff-1.19.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -15,6 +15,7 @@ DEPENDS+= psutils>=1.17:../../print/psutils USE_LANGUAGES= c c++ GNU_CONFIGURE= YES +CONFIGURE_ENV+= ac_cv_path_PERLPATH="${PERL5}" USE_PERL5= YES INFO_FILES= groff |