summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-08 18:45:24 +0000
committertonio <tonio@pkgsrc.org>2005-11-08 18:45:24 +0000
commitee30fc8982bab60d7925090d7f97fcb5e195e4e9 (patch)
treee0ce32eb99dee04a4fe3a4f9f0fce8a5e9c98479 /devel
parent1b9133ed1e85fb827d5961f0d9bf9e1e1bf9b6d3 (diff)
downloadpkgsrc-ee30fc8982bab60d7925090d7f97fcb5e195e4e9.tar.gz
Adapted to use tex.buildlink3.mk
set LATEX_ACCEPTED= teTeX1
Diffstat (limited to 'devel')
-rw-r--r--devel/cweb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile
index 0cfd364570b..03d02495760 100644
--- a/devel/cweb/Makefile
+++ b/devel/cweb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:45 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/11/08 18:45:24 tonio Exp $
#
# XXX This package needs to be installed with the same PREFIX as teTeX
#
@@ -14,7 +14,7 @@ COMMENT= CWEB System of Structured Documentation
CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0
-DEPENDS+= teTeX-[0-9]*:../../print/teTeX1
+LATEX_ACCEPTED= teTeX1
WRKSRC= ${WRKDIR}
INSTALLATION_DIRS= bin man/man1
@@ -43,4 +43,5 @@ do-install:
post-install:
${PREFIX}/bin/mktexlsr
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"