diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-24 13:02:00 +0000 |
commit | c72f46770a033862d2da82574c575a6eb68fe5e2 (patch) | |
tree | 12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/chktex/Makefile | |
parent | 48a20753c5149a23eafc27c6b216724efcb91320 (diff) | |
download | pkgsrc-c72f46770a033862d2da82574c575a6eb68fe5e2.tar.gz |
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
name has been changed to teTeX (instead of teTeX2).
Diffstat (limited to 'print/chktex/Makefile')
-rw-r--r-- | print/chktex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile index 51f8392cffd..06e62587599 100644 --- a/print/chktex/Makefile +++ b/print/chktex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/09/14 18:13:50 recht Exp $ +# $NetBSD: Makefile,v 1.3 2003/12/24 13:02:00 jmmv Exp $ # DISTNAME= chktex-1.6.1 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= http://savannah.nongnu.org/download/chktex/chktex.pkg/1.6.1/ @@ -18,5 +19,5 @@ GNU_CONFIGURE= YES CFLAGS+= -D__unix__ MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk" +.include "../../print/teTeX-bin/kpathsea.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |