diff options
Diffstat (limited to 'chat/unrealircd/Makefile')
-rw-r--r-- | chat/unrealircd/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile index b35074188f0..961609b7d28 100644 --- a/chat/unrealircd/Makefile +++ b/chat/unrealircd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/10/08 22:12:09 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/23 18:24:12 adrianp Exp $ DISTNAME= Unreal3.2.5 PKGNAME= unrealircd-3.2.5 @@ -19,9 +19,7 @@ WRKSRC= ${WRKDIR}/Unreal3.2 TRE_NEEDED= 0.7.2 CARES_NEEDED= 1.3.0 -# ${WRKSRC}/update is not portable, but the comment in it says that it -# may not be modified. -SKIP_PORTABILITY_CHECK= yes +CHECK_PORTABILITY_SKIP= update BUILDLINK_API_DEPENDS.tre+= tre-${TRE_NEEDED} BUILDLINK_API_DEPENDS.libcares+= libcares-${CARES_NEEDED}nb1 |