diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-08 06:29:46 +0800 |
commit | 6062703b809f64ef1da92cb001ceb2cd6e466e4c (patch) | |
tree | 9d553fcb5181a65656f17c284dc5954946973eb4 /games/gzdoom | |
parent | 92c5a7ac6b6df5b4df8a8ff50df634b053d9b450 (diff) | |
download | freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.tar.gz freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.tar.zst freebsd-ports-gnome-6062703b809f64ef1da92cb001ceb2cd6e466e4c.zip |
Drop FreeBSD 10.3 support
Reviewed by: yuri (SoPlex), sunpoet (nghttp2), cpm (chromium), brooks (llvm*)
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D15238
Diffstat (limited to 'games/gzdoom')
-rw-r--r-- | games/gzdoom/Makefile | 8 |
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> |