diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-12 07:06:06 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-12 07:06:06 +0000 |
commit | 85ceea68dd51cf54bcb88915b0640deb7a65596c (patch) | |
tree | 22b67e7738a825c16f5a23d6ecd57347332779f7 /games/acm | |
parent | Fix INDEX (diff) |
While the concept of a game involving warring typefaces has some merit,
this game isn't it.
While here, note that it doesn't build on aarch64.
Notes
Notes:
svn path=/head/; revision=425922
Diffstat (limited to 'games/acm')
-rw-r--r-- | games/acm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile index 73b7df3f9d1a..cd349167ca4a 100644 --- a/games/acm/Makefile +++ b/games/acm/Makefile @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= Arial combat simulator for X11 +COMMENT= Aerial combat simulator for X11 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -24,6 +24,8 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \ USE_PERL5= build MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/ +BROKEN_aarch64= Fails to compile: machine/limits.h not found + OPTIONS_DEFINE= SOUND SOUND_LIB_DEPENDS= libaudio.so:audio/nas |