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 /sysutils/mtools/Makefile | |
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 'sysutils/mtools/Makefile')
-rw-r--r-- | sysutils/mtools/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |