svn commit: r405488 - head/games/quackle
Pawel Pekala
pawel at FreeBSD.org
Thu Jan 7 21:53:05 UTC 2016
Author: pawel
Date: Thu Jan 7 21:53:04 2016
New Revision: 405488
URL: https://svnweb.freebsd.org/changeset/ports/405488
Log:
Needs c++11 compatible stdc library, this fixes build on FreeBSD 9.
Modified:
head/games/quackle/Makefile
Modified: head/games/quackle/Makefile
==============================================================================
--- head/games/quackle/Makefile Thu Jan 7 21:37:58 2016 (r405487)
+++ head/games/quackle/Makefile Thu Jan 7 21:53:04 2016 (r405488)
@@ -13,7 +13,7 @@ LICENSE= GPLv3
USE_GITHUB= yes
-USES= gmake qmake
+USES= compiler:c++11-lib gmake qmake
USE_QT4= gui moc_build
BUILD_WRKSRC= ${WRKSRC}/quacker
More information about the svn-ports-all
mailing list