summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortnn <tnn>2009-08-19 08:17:59 +0000
committertnn <tnn>2009-08-19 08:17:59 +0000
commita7032e715a75a449ecca885b704558bbef74cada (patch)
tree02a745aebe8213b157029c050d3c1e280aabcaa5 /chat
parentb0836273ee1b77d3114feaf3a35df981119353d1 (diff)
downloadpkgsrc-a7032e715a75a449ecca885b704558bbef74cada.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')
-rw-r--r--chat/unrealircd/Makefile6
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"