diff options
author | tnn <tnn@pkgsrc.org> | 2009-08-19 08:17:59 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-08-19 08:17:59 +0000 |
commit | ae12aeeff1b3fd71092ff632b6c6dc3bb6e5bdbb (patch) | |
tree | 02a745aebe8213b157029c050d3c1e280aabcaa5 /chat/unrealircd | |
parent | 693384b2db3b875df0ac80eb0aa31e085e513672 (diff) | |
download | pkgsrc-ae12aeeff1b3fd71092ff632b6c6dc3bb6e5bdbb.tar.gz |
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.
Diffstat (limited to 'chat/unrealircd')
-rw-r--r-- | chat/unrealircd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |