diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-11-02 17:55:22 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-11-02 17:55:22 +0000 |
commit | df1b9d2bde3e14795e97ccebbe4ac019ebb155ed (patch) | |
tree | aa5147d197a39f55f28a9f545e02ecd2c91fd86c /emulators/hugo/Makefile | |
parent | 7ae64abc401e74431f4a24ce0940d6304f8fb0cf (diff) |
Notes
Diffstat (limited to 'emulators/hugo/Makefile')
-rw-r--r-- | emulators/hugo/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile index 2e2c3554cca6..b493308e9605 100644 --- a/emulators/hugo/Makefile +++ b/emulators/hugo/Makefile @@ -56,14 +56,4 @@ MAKE_ENV+= PORTDOCS=true post-patch: @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|' ${WRKSRC}/configure -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.if ${ARCH} != "i386" -BROKEN= fails to install -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |