Date: Tue, 30 Oct 2018 12:09:01 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483481 - head/games/openlierox Message-ID: <201810301209.w9UC917E010639@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Oct 30 12:09:01 2018 New Revision: 483481 URL: https://svnweb.freebsd.org/changeset/ports/483481 Log: Fix build on GCC-based architectures. PR: 231981 Submitted by: Piotr Kubaj Modified: head/games/openlierox/Makefile Modified: head/games/openlierox/Makefile ============================================================================== --- head/games/openlierox/Makefile Tue Oct 30 12:06:14 2018 (r483480) +++ head/games/openlierox/Makefile Tue Oct 30 12:09:01 2018 (r483481) @@ -14,7 +14,7 @@ COMMENT= Extremely addictive realtime worms shoot-em-u LIB_DEPENDS= libcurl.so:ftp/curl -USES= tar:bzip2 cmake localbase pkgconfig +USES= cmake compiler:c++11-lang gnome localbase pkgconfig tar:bzip2 USE_SDL= sdl image USE_GNOME= libxml2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301209.w9UC917E010639>