diff options
-rw-r--r-- | print/chktex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile index 0e9665e50e5..8d8b5fe4d20 100644 --- a/print/chktex/Makefile +++ b/print/chktex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:27 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/19 20:51:37 kristerw Exp $ # DISTNAME= chktex-1.6.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://savannah.nongnu.org/download/chktex/chktex.pkg/1.6.1/ @@ -13,10 +13,11 @@ COMMENT= LaTeX semantic checker DEPENDS+= lynx-[0-9]*:../../www/lynx USE_TOOLS+= gmake -USE_PERL5= YES GNU_CONFIGURE= YES CFLAGS+= -D__unix__ +CONFIGURE_ENV+= ac_cv_path_PERL5="${PERL5}" MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +.include "../../lang/perl5/buildlink3.mk" .include "../../print/teTeX-bin/kpathsea.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |