diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 13:35:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 13:35:25 +0800 |
commit | cb6402ff4cbd324cc3feac68a1ef36388fd47487 (patch) | |
tree | 791f0f946d91323892e7c2ab60cccd9a47fb8193 | |
parent | 998f7449891c89d6f0f91f234f393fc11b74a706 (diff) | |
download | freebsd-ports-gnome-cb6402ff4cbd324cc3feac68a1ef36388fd47487.tar.gz freebsd-ports-gnome-cb6402ff4cbd324cc3feac68a1ef36388fd47487.tar.zst freebsd-ports-gnome-cb6402ff4cbd324cc3feac68a1ef36388fd47487.zip |
Fix build with clang
-rw-r--r-- | games/wargus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile index 860010d82961..c3f14bbe5f2c 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus 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 |