svn commit: r324078 - head/games/eduke32
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 31 23:00:51 UTC 2013
Author: bapt
Date: Wed Jul 31 23:00:51 2013
New Revision: 324078
URL: http://svnweb.freebsd.org/changeset/ports/324078
Log:
Fix build with clang
Modified:
head/games/eduke32/Makefile
Modified: head/games/eduke32/Makefile
==============================================================================
--- head/games/eduke32/Makefile Wed Jul 31 22:59:47 2013 (r324077)
+++ head/games/eduke32/Makefile Wed Jul 31 23:00:51 2013 (r324078)
@@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/GNU.TXT
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
+USES= gmake
+USE_CSTD= gnu89
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GL= gl
USE_GNOME= gtk20
USE_SDL= mixer sdl
More information about the svn-ports-head
mailing list