diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 16:58:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-20 16:58:10 +0000 |
commit | 74fa808d34ee655874151e5c38668b44f18bf58e (patch) | |
tree | 90ebb8bfb4c745a5dab712147ae21ed72a316bdb /games/py-fife/Makefile | |
parent | 7d974a64029f97d59fdfd74c399477c951bb6e15 (diff) |
Notes
Diffstat (limited to 'games/py-fife/Makefile')
-rw-r--r-- | games/py-fife/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 8c6e979bc239..49aeb8c78b6c 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -3,7 +3,7 @@ PORTNAME= fife PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://github.com/fifengine/fifengine/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,8 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libboost_filesystem.so:devel/boost-libs \ libpng.so:graphics/png +BROKEN_powerpc64= fails to compile: fifePYTHON_wrap.cxx: relocation truncated to fit + USES= openal:al pkgconfig cmake:outsource USE_GL= gl USE_SDL= sdl2 ttf2 image2 @@ -43,7 +45,7 @@ LOGGING_DESC= Logging OPTIONS_MULTI_COMP= PYTHON LIBRARY COMP_DESC= Building components PYTHON_DESC= Build python extension module (need for unknown-horizons) -LIBRARY_DESC= Build and install files for directly develop with C++ +LIBRARY_DESC= Build and install files for directly develop with C++ OPTIONS_DEFAULT= FIFECHAN ZIP LOGGING PYTHON |