aboutsummaryrefslogtreecommitdiff
path: root/games/sol
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 03:11:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 03:11:57 +0000
commit82f9e5ad5571ce54362c74935980b39d71601aeb (patch)
tree2f71c6551b79631fbd542b141c384e669000ca3e /games/sol
parent954affa7791628821f7a44260c318fd8b30ae842 (diff)
downloadports-82f9e5ad5571ce54362c74935980b39d71601aeb.tar.gz
ports-82f9e5ad5571ce54362c74935980b39d71601aeb.zip
Notes
Diffstat (limited to 'games/sol')
-rw-r--r--games/sol/Makefile8
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>