diff options
Diffstat (limited to 'emulators/openmsx/Makefile')
-rw-r--r-- | emulators/openmsx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 79d0a9e130e..668b71abf39 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2015/04/25 14:20:46 tnn Exp $ +# $NetBSD: Makefile,v 1.43 2015/12/05 21:25:42 adam Exp $ DISTNAME= openmsx-0.9.0 PKGREVISION= 5 @@ -23,7 +23,7 @@ INSTALL_MAKE_FLAGS+= SYMLINK_FOR_BINARY=false INSTALL_MAKE_FLAGS+= INSTALL_BASE=${PREFIX}/openmsx MAKE_ENV+= OPENMSX_INSTALL=${PREFIX}/openmsx -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.0 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.9.0 .include "../../mk/bsd.prefs.mk" |