summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-29 06:00:57 +0000
commit825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch)
treed9103fc4562aafbd4e509df49bb6cc0f349d580e /games
parentBROKEN: Unfetchable (diff)
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118496
Diffstat (limited to 'games')
-rw-r--r--games/xarchon/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index e3ae05dffa6c..e1c5b6d32bbe 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -25,8 +25,14 @@ USE_REINPLACE= yes
MAN6= xarchon.6
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>