diff options
Diffstat (limited to 'print')
-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 7749bc90381..7282e9372e7 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/02/15 09:26:23 agc Exp $ +# $NetBSD: Makefile,v 1.25 2000/03/09 10:56:12 tron 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 -DEPENDS+= teTeX-1.0.6:../../print/teTeX +DEPENDS+= teTeX>=1.0.6:../../print/teTeX DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms |