diff options
author | heas <heas@pkgsrc.org> | 2004-10-28 23:42:25 +0000 |
---|---|---|
committer | heas <heas@pkgsrc.org> | 2004-10-28 23:42:25 +0000 |
commit | 8933c04faa3545cc8d89f832ea3a717a37fa0aad (patch) | |
tree | 8bd82fee23fd90dd93ea85f1b603c51dd60fb73e /chat/bitchx | |
parent | 5ea3f7b677efc99234bd2c306113ed05225ba857 (diff) | |
download | pkgsrc-8933c04faa3545cc8d89f832ea3a717a37fa0aad.tar.gz |
bitchx is not 64-bit clean. Mark it NOT_FOR alpha, sparc64, or x86_64.
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index c7efc05a5dc..6f3098b790b 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/10/03 00:13:13 tv Exp $ +# $NetBSD: Makefile,v 1.31 2004/10/28 23:42:25 heas Exp $ # DISTNAME= ircii-pana-1.0c19 @@ -12,6 +12,9 @@ MAINTAINER= jmcneill@invisible.yi.org HOMEPAGE= http://www.bitchx.org/ COMMENT= IRC client based on ircII +# This package is not even remotely 64-bit clean +NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 + WRKSRC= ${WRKDIR}/BitchX USE_BUILDLINK3= YES USE_PKGINSTALL= YES |