diff options
author | tv <tv@pkgsrc.org> | 1999-02-19 01:02:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-19 01:02:54 +0000 |
commit | 21b04014798cf5cd961f813ce1e025f0f80cb9f3 (patch) | |
tree | d1abcab1c16004cda99c529d5873b6f3e6beaf24 /print | |
parent | d583d187fab7c85d9678fc0efade225f29d11047 (diff) | |
download | pkgsrc-21b04014798cf5cd961f813ce1e025f0f80cb9f3.tar.gz |
Remove obsolete version-based CONFLICTS.
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 04a9cb19e2c..49993123383 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/02/03 17:24:22 frueauf Exp $ +# $NetBSD: Makefile,v 1.15 1999/02/19 01:02:54 tv Exp $ # FreeBSD Id: Makefile,v 1.14 1998/02/14 16:46:50 andreas Exp # @@ -15,8 +15,6 @@ DEPENDS+= teTeX-0.4p8:../../print/teTeX DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xforms-0.88:../../x11/xforms -CONFLICTS= lyx-* - # restrictions from xforms ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k |