diff options
-rw-r--r-- | print/teTeX/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 7d853947d48..2094833c57d 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/03/26 02:27:51 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2004/04/25 03:06:39 snj Exp $ # DISTNAME= teTeX-2.0.2 @@ -11,13 +11,13 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems, version 2 -CONFLICTS+= teTeX2-[0-9]* - DEPENDS+= teTeX-bin>=2.0.2:../teTeX-bin DEPENDS+= teTeX-sharesrc>=2.0.2:../teTeX-sharesrc DEPENDS+= texi2html>=1.52:../../textproc/texi2html -USE_BUILDLINK2= yes +CONFLICTS+= teTeX2-[0-9]* + +NO_BUILDLINK= yes USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes |