summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortonio <tonio>2005-11-08 18:45:24 +0000
committertonio <tonio>2005-11-08 18:45:24 +0000
commitb6e79137e35c4ca4a45f6e1497e27b549371a0de (patch)
treee0ce32eb99dee04a4fe3a4f9f0fce8a5e9c98479 /devel
parent88c63ddc5872d6416ae5422e74e8437b8f431e49 (diff)
downloadpkgsrc-b6e79137e35c4ca4a45f6e1497e27b549371a0de.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"