diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /print/lyx | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 3 | ||||
-rw-r--r-- | print/lyx/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index f0bae6981fc..2e5eb9719e2 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/02/13 11:47:04 tron Exp $ +# $NetBSD: Makefile,v 1.31 2001/02/17 17:51:47 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -10,6 +10,7 @@ MASTER_SITES= ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.lyx.org/ +COMMENT= Graphical frontend for LaTeX (nearly WYSIWYG) DEPENDS= ispell-3.1.20:../../textproc/ispell DEPENDS+= teTeX>=1.0.6:../../print/teTeX diff --git a/print/lyx/pkg/COMMENT b/print/lyx/pkg/COMMENT deleted file mode 100644 index 85af989b1db..00000000000 --- a/print/lyx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Graphical frontend for LaTeX (nearly WYSIWYG) |