diff options
Diffstat (limited to 'emulators/qemu0/Makefile')
-rw-r--r-- | emulators/qemu0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu0/Makefile b/emulators/qemu0/Makefile index 0d5b68e632a..e28daa031da 100644 --- a/emulators/qemu0/Makefile +++ b/emulators/qemu0/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/02/12 23:17:53 tron Exp $ +# $NetBSD: Makefile,v 1.10 2014/05/09 07:37:05 wiz Exp $ DISTNAME= qemu-0.15.1 PKGREVISION= 11 @@ -35,7 +35,7 @@ EGDIR= ${PREFIX}/share/examples/qemu INSTALL_MAKE_FLAGS= egdir=${EGDIR} PKG_SYSCONFSUBDIR= qemu -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.15.1 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.15.1 # Avoid clash with system include file: pre-patch: |