diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 05:35:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 05:35:25 +0000 |
commit | cc873ae9478d4779acb6fe6e4b342cbb2f05e09c (patch) | |
tree | 791f0f946d91323892e7c2ab60cccd9a47fb8193 /games/wargus | |
parent | 8972b6b5bce90a4ff066678ff7fee24913fa5278 (diff) |
Notes
Diffstat (limited to 'games/wargus')
-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 |