games/joequake: fix build with clang

- Fix build with clang, use gnu89 C std
- Trim Makefile header

Approved by:	culot / jpaetzel (mentors, implicit)
This commit is contained in:
William Grzybowski 2013-06-14 14:29:14 +00:00
parent 2744ab655b
commit 53866e1e4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320933

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: joequake
# Date created: 5 May 2006
# Whom: alepulver
#
# Created by: alepulver
# $FreeBSD$
#
PORTNAME= joequake
PORTVERSION= 0.15b1329
@ -24,6 +20,7 @@ WRKSRC= ${WRKDIR}/src
USE_GMAKE= yes
USE_ZIP= yes
USE_CSTD= gnu89
MAKEFILE= Makefile.linux