From bba541aaecc825f7c86f1af28e39543c36347d08 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 7 Jan 2010 07:36:53 +0000 Subject: Use new ${LP64PLATFORMS} variable to restrict platforms instead of manual hardcoding. Note: This effectively adds x86_64 to NOT_FOR_PLATFORM for some packages. --- sysutils/mtools/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index f9d1ca4a0e3..bc342785270 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/04/10 21:19:19 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2010/01/07 07:36:54 wiz Exp $ DISTNAME= mtools-3.9.11 PKGREVISION= 1 @@ -12,7 +12,8 @@ COMMENT= FAT (MS-DOS, Atari) disk access tools PKG_DESTDIR_SUPPORT= user-destdir -NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 # LP64 problem +# LP64 problem +NOT_FOR_PLATFORM= ${LP64PLATFORMS} GNU_CONFIGURE= yes USE_TOOLS+= gmake makeinfo -- cgit v1.2.3