diff options
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index a3d8a131292..3a79fdade40 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2012/10/02 17:10:58 tron Exp $ +# $NetBSD: Makefile,v 1.70 2012/10/03 12:55:10 asau Exp $ DISTNAME= bochs-2.6 PKGREVISION= 1 @@ -10,8 +10,6 @@ HOMEPAGE= http://bochs.sourceforge.net/ COMMENT= IA32 and AMD64 PC emulator LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes |