diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 03:11:57 +0000 |
commit | 82f9e5ad5571ce54362c74935980b39d71601aeb (patch) | |
tree | 2f71c6551b79631fbd542b141c384e669000ca3e /games/sol/Makefile | |
parent | 954affa7791628821f7a44260c318fd8b30ae842 (diff) |
Notes
Diffstat (limited to 'games/sol/Makefile')
-rw-r--r-- | games/sol/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile index d7b4bdea7a75..80695db863b8 100644 --- a/games/sol/Makefile +++ b/games/sol/Makefile @@ -27,6 +27,12 @@ USE_XPM= yes MAN6= sol.6 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + pre-build: cd ${WRKSRC} && ${GMAKE} depend @@ -46,4 +52,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |