From 12d25655942a6db07475f63d04ef99a397830f33 Mon Sep 17 00:00:00 2001 From: tnn Date: Wed, 19 Aug 2009 08:17:59 +0000 Subject: Change dependency pattern for devel/tre from tre-0.7.5 to tre>=0.7.5. (0.7.5 was not satisfiable because we now have 0.7.6 in pkgsrc.) Builds, but not tested beyond that. Bump revision. --- chat/unrealircd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chat') diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index d05f16df6bc..ed3c5a8857a 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2009/07/17 18:00:14 adrianp Exp $ +# $NetBSD: Makefile,v 1.28 2009/08/19 08:17:59 tnn Exp $ DISTNAME= Unreal3.2.7 PKGNAME= unrealircd-3.2.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= chat MASTER_SITES= http://unreal.brueggisite.de/ @@ -21,7 +21,7 @@ CARES_NEEDED= 1.4.0 CHECK_PORTABILITY_SKIP= update -BUILDLINK_API_DEPENDS.tre+= tre-${TRE_NEEDED}{,nb*} +BUILDLINK_API_DEPENDS.tre+= tre>=${TRE_NEEDED} BUILDLINK_API_DEPENDS.libcares+= libcares-${CARES_NEEDED} .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3