diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-29 13:27:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-29 13:27:46 +0000 |
commit | 113f69d713cab56a1bf53b53eea039907e9af022 (patch) | |
tree | dbde5d4512ff11290c2abd5127715d537f0ac0d4 /textproc/texi2html | |
parent | 1ebd2ec5dbef3065334bbdd3b65edf1d6f33f69d (diff) | |
download | pkgsrc-113f69d713cab56a1bf53b53eea039907e9af022.tar.gz |
Buildlinkify.
Diffstat (limited to 'textproc/texi2html')
-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" |