diff options
author | wiz <wiz@pkgsrc.org> | 2008-01-09 20:09:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-01-09 20:09:35 +0000 |
commit | b02642ccd923f3db39185e0e1cf6db8f80cbbbd9 (patch) | |
tree | 670268f4ff7da52857402f227e510f8c22d1e6bf /textproc/antiword/Makefile | |
parent | fbb7600e7324799a59d0db4aab7e941f6deee33f (diff) | |
download | pkgsrc-b02642ccd923f3db39185e0e1cf6db8f80cbbbd9.tar.gz |
Only conflict with siag<3.6.1, since that version does not include
antiword any longer.
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r-- | textproc/antiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 99544530562..3656d4f27c8 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/11 10:07:50 ghen Exp $ +# $NetBSD: Makefile,v 1.21 2008/01/09 20:09:35 wiz Exp $ # DISTNAME= antiword-0.37 @@ -10,7 +10,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.winfield.demon.nl/index.html COMMENT= Free MS Word to text and PostScript converter -CONFLICTS= siag-[0-9]* +CONFLICTS= siag<3.6.1 USE_TOOLS+= mktemp:run |