diff options
author | rillig <rillig> | 2006-10-08 22:12:09 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-08 22:12:09 +0000 |
commit | c1c24432d5c5cfafbd0a6386ae73074537e60c89 (patch) | |
tree | c6141642087c5b72ba0bb125805aa3328c26b9ad /chat | |
parent | 9dba9844005e999a1faf37dd673c3fd534d3c36d (diff) | |
download | pkgsrc-c1c24432d5c5cfafbd0a6386ae73074537e60c89.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/Makefile | 6 |
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 |