aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-29 14:00:57 +0800
committerkris <kris@FreeBSD.org>2004-09-29 14:00:57 +0800
commit967477cd3615c0f940b99c2b3718897d772ae956 (patch)
treec93629efe53aeeda26a75ace7e231532c24067ba /games
parent78ac0eece7695534c0f39b474e5f4ce3a803cb95 (diff)
downloadfreebsd-ports-graphics-967477cd3615c0f940b99c2b3718897d772ae956.tar.gz
freebsd-ports-graphics-967477cd3615c0f940b99c2b3718897d772ae956.tar.zst
freebsd-ports-graphics-967477cd3615c0f940b99c2b3718897d772ae956.zip
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
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 e3ae05dffa6..e1c5b6d32bb 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>