summaryrefslogtreecommitdiff
path: root/games
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
parentBROKEN on 5.x: Segfault during build (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118428
Diffstat (limited to 'games')
-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>