summaryrefslogtreecommitdiff
path: root/games/xarchon/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2004-10-03 13:49:13 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2004-10-03 13:49:13 +0000
commit8656db36e4c39b4ad7ec0f8866e04158eb51e951 (patch)
tree3da29662fc47b5f8d3e3bc8667fc29f41347e603 /games/xarchon/Makefile
parentUnbreak port: (diff)
Fix the build with recent GCC.
Reported by: kris Approved by: portmgr (krion) fjoe (mentor, implicit) blackend (maintainer)
Diffstat (limited to 'games/xarchon/Makefile')
-rw-r--r--games/xarchon/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile
index e1c5b6d32bbe..e3ae05dffa6c 100644
--- a/games/xarchon/Makefile
+++ b/games/xarchon/Makefile
@@ -25,14 +25,8 @@ 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.post.mk>
+.include <bsd.port.mk>