svn commit: r324082 - head/games/wargus
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 05:35:25 UTC 2013
Author: bapt
Date: Thu Aug 1 05:35:25 2013
New Revision: 324082
URL: http://svnweb.freebsd.org/changeset/ports/324082
Log:
Fix build with clang
Modified:
head/games/wargus/Makefile
Modified: head/games/wargus/Makefile
==============================================================================
--- head/games/wargus/Makefile Thu Aug 1 05:33:01 2013 (r324081)
+++ head/games/wargus/Makefile Thu Aug 1 05:35:25 2013 (r324082)
@@ -17,8 +17,8 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games
LICENSE= GPLv2
NOT_FOR_ARCHS= sparc64
-USE_GMAKE= yes
-USES= pathfix
+USES= pathfix gmake
+USE_CSTD= gnu89
USE_GNOME= gtk20
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= ${PORTNAME} pkg-message
More information about the svn-ports-head
mailing list