diff options
Diffstat (limited to 'chat/bitchx')
-rw-r--r-- | chat/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 6026b65f636..4d24c88a95b 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2009/03/18 15:30:35 jmcneill Exp $ +# $NetBSD: Makefile,v 1.47 2010/01/07 07:36:54 wiz Exp $ DISTNAME= ircii-pana-1.1-final PKGNAME= bitchx-1.1 @@ -11,7 +11,7 @@ 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 +NOT_FOR_PLATFORM= ${LP64PLATFORMS} WRKSRC= ${WRKDIR}/BitchX GNU_CONFIGURE= YES |