diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 03:06:39 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 03:06:39 +0000 |
commit | 0de70e186b577fc1016ef06e85ca669214465653 (patch) | |
tree | cfccc4bf5b3a2e0a1917a90f573c67c73fab9a18 /print/teTeX | |
parent | 655a962bd242a5b91810c819609caa7dd487d3c5 (diff) | |
download | pkgsrc-0de70e186b577fc1016ef06e85ca669214465653.tar.gz |
This does not need buildlink2. Make pkglint happy.
Diffstat (limited to 'print/teTeX')
-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 |