summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2006-10-23 18:24:12 +0000
committeradrianp <adrianp@pkgsrc.org>2006-10-23 18:24:12 +0000
commitca878398107eee20a4c1e9967b98aa46627750fe (patch)
tree9ab39657ba3ee4a92683be2fe70e15e6db59ba5b /chat
parentc46c7ec05262876786486dda9edc1caff326671d (diff)
downloadpkgsrc-ca878398107eee20a4c1e9967b98aa46627750fe.tar.gz
s/SKIP_PORTABILITY_CHECK/CHECK_PORTABILITY_SKIP/
Diffstat (limited to 'chat')
-rw-r--r--chat/unrealircd/Makefile6
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