diff options
author | wiz <wiz> | 2010-01-07 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-07 07:36:53 +0000 |
commit | bba541aaecc825f7c86f1af28e39543c36347d08 (patch) | |
tree | a0dd7b823376fc63016ffc3e585911efd9a83ee2 /chat | |
parent | 2af48d8826f82dbe8f672e7b7e63b777fe9382de (diff) | |
download | pkgsrc-bba541aaecc825f7c86f1af28e39543c36347d08.tar.gz |
Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual
hardcoding.
Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages.
Diffstat (limited to 'chat')
-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 |