diff options
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 |