diff options
author | frueauf <frueauf> | 1999-11-28 21:17:10 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-11-28 21:17:10 +0000 |
commit | 5ef050b67fa2d7e2bbcd872bff725f625fb33e4a (patch) | |
tree | 3b14fad7e60ee9acec96e188986e9d64c9444307 /print/lyx/Makefile | |
parent | 9dac7594b3da673c9d6d002e3483f9847317b446 (diff) | |
download | pkgsrc-5ef050b67fa2d7e2bbcd872bff725f625fb33e4a.tar.gz |
No longer wildcard depend to teTeX, use the current version 1.0.6.
Remove fonts from PLIST which get installed if one uses the old version
of teTeX.
Diffstat (limited to 'print/lyx/Makefile')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index e11268bc933..fcd02cad2e6 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/11/14 22:51:18 frueauf Exp $ +# $NetBSD: Makefile,v 1.23 1999/11/28 21:17:10 frueauf Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.lyx.org/ DEPENDS= ispell-3.1.20:../../textproc/ispell \ - teTeX-*:../../print/teTeX \ + teTeX-1.0.6:../../print/teTeX \ xpm-3.4k:../../graphics/xpm \ xforms-0.88:../../x11/xforms |