diff options
author | adrianp <adrianp> | 2006-10-23 18:24:12 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2006-10-23 18:24:12 +0000 |
commit | 8a429504c2e0ab2c7a53826925f20a28fc9a9ccb (patch) | |
tree | 9ab39657ba3ee4a92683be2fe70e15e6db59ba5b /chat/unrealircd | |
parent | 9b4f0ab4f5f3a45427bd64d8445157afb2264875 (diff) | |
download | pkgsrc-8a429504c2e0ab2c7a53826925f20a28fc9a9ccb.tar.gz |
s/SKIP_PORTABILITY_CHECK/CHECK_PORTABILITY_SKIP/
Diffstat (limited to 'chat/unrealircd')
-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 |