svn commit: r488050 - head/games/palomino
Mark Linimon
linimon at FreeBSD.org
Sat Dec 22 02:18:44 UTC 2018
Author: linimon
Date: Sat Dec 22 02:18:43 2018
New Revision: 488050
URL: https://svnweb.freebsd.org/changeset/ports/488050
Log:
This port needs USES=compiler:c++11-lang, because of linking to libraries
linked with ports GCC on GCC-based architectures.
While here, add USES=gl.
PR: 234247
Submitted by: Piotr Kubaj
Modified:
head/games/palomino/Makefile
Modified: head/games/palomino/Makefile
==============================================================================
--- head/games/palomino/Makefile Sat Dec 22 02:16:08 2018 (r488049)
+++ head/games/palomino/Makefile Sat Dec 22 02:18:43 2018 (r488050)
@@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_GNU_GPL_2.txt
LIB_DEPENDS= libosg.so:graphics/osg
-USES= alias cmake:noninja lua:51 tar:xz
+USES= alias compiler:c++11-lang cmake:noninja gl lua:51 tar:xz
USE_CXXSTD= gnu++98
USE_GL= gl glu
More information about the svn-ports-head
mailing list