diff options
author | reed <reed@pkgsrc.org> | 2009-10-16 13:02:37 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-10-16 13:02:37 +0000 |
commit | 2da1bf9d3e4767c0841778b08b484d285e48db50 (patch) | |
tree | 15c1caa733743a863c6939d19b34d111cf3688e4 /editors | |
parent | 88f76e6825ec7823ff205ca2bfecf7a654e13e36 (diff) | |
download | pkgsrc-2da1bf9d3e4767c0841778b08b484d285e48db50.tar.gz |
Add a SUPERSEDES so package update tools can now that this can replace
old lyx-xforms or lyx-qt packages.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lyx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index f3b51e4ec61..7111578857e 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/10/16 12:36:20 reed Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/16 13:02:37 reed Exp $ # DISTNAME= lyx-1.6.4.1 @@ -16,6 +16,7 @@ HOMEPAGE= http://www.lyx.org/ COMMENT= Document processor and graphical frontend for LaTeX CONFLICTS+= lyx-xforms-[0-9]* lyx-qt-[0-9]* +SUPERSEDES= lyx-xforms-[0-9]* lyx-qt-[0-9]* UNLIMIT_RESOURCES+= datasize |