diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-01-12 19:32:05 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-01-12 19:32:05 +0000 |
commit | dd9022457c75f5de52d5dce4bd33bdc2f4758b2f (patch) | |
tree | e6918c93282b2aed82f39a965e20e9d954204624 /emulators/openmsx/Makefile | |
parent | e0ba76f983f9243252402b3cdca83deecb0c6994 (diff) | |
download | ports-dd9022457c75f5de52d5dce4bd33bdc2f4758b2f.tar.gz ports-dd9022457c75f5de52d5dce4bd33bdc2f4758b2f.zip |
Notes
Diffstat (limited to 'emulators/openmsx/Makefile')
-rw-r--r-- | emulators/openmsx/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index d3e7b9fb7f91..c1afe3774108 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -36,4 +36,10 @@ USE_SDL= sdl image ttf MAKE_ARGS+= INSTALL_DOC_DIR=${WRKSRC}/dummy .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if (${ARCH} == "amd64") +USE_GCC= 4.2+ +.endif + +.include <bsd.port.post.mk> |