diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-02 21:07:38 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-02 21:07:38 +0000 |
commit | 3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462 (patch) | |
tree | 732359190811881f44d79f66c4fab7f2e4c435f5 /games/supertuxkart | |
parent | 2f0486b64721a1072cdd1b8d2840d6539b2247d2 (diff) | |
download | ports-3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462.tar.gz ports-3c55e4d248b0c9c82fc6b8fef67ee27e9b7b6462.zip |
- Drop 8.x-related conditions for my ports
Notes
Notes:
svn path=/head/; revision=393445
Diffstat (limited to 'games/supertuxkart')
-rw-r--r-- | games/supertuxkart/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile index 8500ab94b4e8..c509eb3493b9 100644 --- a/games/supertuxkart/Makefile +++ b/games/supertuxkart/Makefile @@ -18,10 +18,9 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ libcurl.so:${PORTSDIR}/ftp/curl \ libpng.so:${PORTSDIR}/graphics/png -BROKEN_powerpc= does not configure on powerpc -BROKEN_FreeBSD_8= does not build on 8.x +BROKEN_powerpc= does not configure on powerpc -USES= alias cmake compiler:c++11-lib dos2unix gettext \ +USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake jpeg openal:al pkgconfig tar:xz USE_GL= gl glu USE_SDL= sdl |