summaryrefslogtreecommitdiff
path: root/print/chktex
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-26 15:47:57 +0000
committerwiz <wiz>2011-02-26 15:47:57 +0000
commitc3b3e37faf77d1be660c69d5ae88cf1a9f576724 (patch)
treece0d800ad43366a3ad6ec82d3a633e446ba91aa6 /print/chktex
parent5e24d6e47aceeeb9d79f106784ec5de145885287 (diff)
downloadpkgsrc-c3b3e37faf77d1be660c69d5ae88cf1a9f576724.tar.gz
Build-depend on split tex packages instead of the whole thing.
Bump PKGREVISION because they are now only build dependencies.
Diffstat (limited to 'print/chktex')
-rw-r--r--print/chktex/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index 6ed240e27d1..c6ebe2bae65 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,21 +1,25 @@
-# $NetBSD: Makefile,v 1.19 2010/02/11 23:50:51 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2011/02/26 15:47:57 wiz Exp $
#
DISTNAME= chktex-1.6.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://baruch.ev-en.org/proj/chktex/
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://baruch.ev-en.org/proj/chktex/
COMMENT= LaTeX semantic checker
+LICENSE= gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
-
+BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+BUILD_DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass
+BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
DEPENDS+= lynx-[0-9]*:../../www/lynx
-EGDIR= ${PREFIX}/share/examples/chktex
-CONF_FILES= ${EGDIR}/chktexrc ${PKG_SYSCONFDIR}/chktexrc
+PKG_DESTDIR_SUPPORT= user-destdir
+
+EGDIR= ${PREFIX}/share/examples/chktex
+CONF_FILES= ${EGDIR}/chktexrc ${PKG_SYSCONFDIR}/chktexrc
USE_TOOLS+= gmake perl:run
GNU_CONFIGURE= YES
@@ -25,5 +29,4 @@ MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} EGDIR=${EGDIR:Q}
INSTALLATION_DIRS+= ${EGDIR}
-.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"