summaryrefslogtreecommitdiff
path: root/print/chktex
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-12-24 13:02:00 +0000
committerjmmv <jmmv>2003-12-24 13:02:00 +0000
commit3468cea689a713c209ce24adc13e434d4946665f (patch)
tree12c91239a4244ea4b3dd993b607e6c5ce9deadcf /print/chktex
parent74fc50f4cdc19941d75b08a2acf2b6f58d94591b (diff)
downloadpkgsrc-3468cea689a713c209ce24adc13e434d4946665f.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')
-rw-r--r--print/chktex/Makefile5
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"