aboutsummaryrefslogtreecommitdiff
path: root/games/gzdoom
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-05-07 22:29:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-05-07 22:29:46 +0000
commit67a9073255c853a66ec40e20ec79b92c2b44bc85 (patch)
tree9d553fcb5181a65656f17c284dc5954946973eb4 /games/gzdoom
parent9f6655b0e0dc5c41080004b9e7d0f84295ae8364 (diff)
downloadports-67a9073255c853a66ec40e20ec79b92c2b44bc85.tar.gz
ports-67a9073255c853a66ec40e20ec79b92c2b44bc85.zip
Notes
Diffstat (limited to 'games/gzdoom')
-rw-r--r--games/gzdoom/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/games/gzdoom/Makefile b/games/gzdoom/Makefile
index 55522c4e0c2d..19292f507f0d 100644
--- a/games/gzdoom/Makefile
+++ b/games/gzdoom/Makefile
@@ -40,12 +40,6 @@ PLIST_FILES= bin/${PORTNAME} \
${DATADIR}/${PORTNAME}.pk3 \
share/pixmaps/${PORTNAME}.xpm
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1004000
-BROKEN= Fails to link due to lack of thread_local
-.endif
-
.include "${.CURDIR}/../doom-data/Makefile.include"
do-install:
@@ -54,4 +48,4 @@ do-install:
${INSTALL_DATA} ${CONFIGURE_WRKSRC}/${PORTNAME}.pk3 ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>