summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-10-08 22:12:09 +0000
committerrillig <rillig@pkgsrc.org>2006-10-08 22:12:09 +0000
commit6265e80d04275c7b82bea36bd65915296f896326 (patch)
treec6141642087c5b72ba0bb125805aa3328c26b9ad /chat
parentc134122136cd73721054a70c7d85a57922d9d60e (diff)
downloadpkgsrc-6265e80d04275c7b82bea36bd65915296f896326.tar.gz
Disabled the portability check for this package because one file is
declared unchangeable. Unfortunately, exactly that file contains the non-portable code. Not my problem. ;)
Diffstat (limited to 'chat')
-rw-r--r--chat/unrealircd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/unrealircd/Makefile b/chat/unrealircd/Makefile
index 30e9be577da..b35074188f0 100644
--- a/chat/unrealircd/Makefile
+++ b/chat/unrealircd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/07/18 22:43:36 adrianp Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/08 22:12:09 rillig Exp $
DISTNAME= Unreal3.2.5
PKGNAME= unrealircd-3.2.5
@@ -19,6 +19,10 @@ 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
+
BUILDLINK_API_DEPENDS.tre+= tre-${TRE_NEEDED}
BUILDLINK_API_DEPENDS.libcares+= libcares-${CARES_NEEDED}nb1