From 28a33371d26d04875a2104266f772d6467765821 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 4 Jan 2004 17:52:50 +0000 Subject: Fix CONFLICTS with omega to only conflict with older omega; current omega package does not conflict. Closes PR 23975 by Richard Rauch. --- print/teTeX1-bin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'print/teTeX1-bin') 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 -- cgit v1.2.3