Date: Thu, 1 Aug 2013 05:35:25 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324082 - head/games/wargus Message-ID: <201308010535.r715ZPf5061918@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308010535.r715ZPf5061918>