From ee30fc8982bab60d7925090d7f97fcb5e195e4e9 Mon Sep 17 00:00:00 2001 From: tonio Date: Tue, 8 Nov 2005 18:45:24 +0000 Subject: [PATCH] Adapted to use tex.buildlink3.mk set LATEX_ACCEPTED= teTeX1 --- devel/cweb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 0cfd364570bd..03d02495760d 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"