diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-04 17:52:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-04 17:52:50 +0000 |
commit | 28a33371d26d04875a2104266f772d6467765821 (patch) | |
tree | 95f0befcc5ba218be4cbd061288aec544bc845ca /print/teTeX1-bin | |
parent | b32b224feaa99881c03fe62d7e56fd5b78323c58 (diff) | |
download | pkgsrc-28a33371d26d04875a2104266f772d6467765821.tar.gz |
Fix CONFLICTS with omega to only conflict with older omega;
current omega package does not conflict.
Closes PR 23975 by Richard Rauch.
Diffstat (limited to 'print/teTeX1-bin')
-rw-r--r-- | print/teTeX1-bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/teTeX1-bin/Makefile b/print/teTeX1-bin/Makefile index 224e4cdcd2a..25dda1b784b 100644 --- a/print/teTeX1-bin/Makefile +++ b/print/teTeX1-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 12:57:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/04 17:52:50 wiz Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -15,7 +15,8 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison DEPENDS+= teTeX-share-1.0.[2-9]*:../teTeX1-share DEPENDS+= dialog-0.6z*:../../misc/dialog -CONFLICTS+= omega-[0-9]* +# games/omega previously installed an omega executable too +CONFLICTS+= omega<0.90.4nb1 DIST_SUBDIR= teTeX ALL_TARGET= all |