diff options
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r-- | textproc/texi2html/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 1c3173ba966..7e5fe74c522 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:37:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/11/29 13:27:47 jlam Exp $ # DISTNAME= texi2html-1.64 @@ -11,7 +11,8 @@ COMMENT= Texinfo-to-HTML direct translator CONFLICTS= teTeX-bin-1.0 teTeX-bin-1.0.[1234567] -USE_PERL5= # defined -GNU_CONFIGURE= # defined +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" |