diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-21 05:30:25 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-21 05:30:25 +0800 |
commit | 9d7316b5a2d4c5b901da66eb33643e3c162fd980 (patch) | |
tree | 7de9ed873ad050156f78ac77dc788c4524600cfe | |
parent | a55563458d9185aac53cd6c902e02494c1ce56d8 (diff) | |
download | freebsd-ports-gnome-9d7316b5a2d4c5b901da66eb33643e3c162fd980.tar.gz freebsd-ports-gnome-9d7316b5a2d4c5b901da66eb33643e3c162fd980.tar.zst freebsd-ports-gnome-9d7316b5a2d4c5b901da66eb33643e3c162fd980.zip |
Change from BROKEN to NOT_FOR_ARCHS per maintainer request.
Reported by: maintainer
-rw-r--r-- | games/supertuxkart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 237721a610e6..2bf7171ab23f 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -19,7 +19,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng.so:graphics/png \ libfreetype.so:print/freetype2 -BROKEN_aarch64= fails to build: invokes x86 asm +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= fails to build: invokes x86 asm USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz |