games/ezquake: fix build on current and deprecatae

- upstream has recently released 3.2.1
- if someone cares about this port, update and maintain it
This commit is contained in:
Tobias C. Berner 2020-08-28 21:28:25 +00:00
parent b0e4fc2267
commit c9480a17b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546833

View file

@ -44,6 +44,12 @@ X11_USE= XORG=xxf86dga
BROKEN_powerpc= Does not install on powerpc: signal 2
# Fix with clang11
CFLAGS+= -fcommon
EXPIRATION_DATE= 2020-09-30
DEPRECATED= Unmaintained and out of date
.include "${.CURDIR}/../quake-data/Makefile.include"
.include <bsd.port.pre.mk>