Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2015 00:00:33 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403942 - head/games/0ad
Message-ID:  <201512180000.tBI00XNc049368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Dec 18 00:00:32 2015
New Revision: 403942
URL: https://svnweb.freebsd.org/changeset/ports/403942

Log:
  Switch to USES=execinfo.
  
  PR:		205275
  Submitted by:	pawel@

Modified:
  head/games/0ad/Makefile

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Thu Dec 17 23:19:36 2015	(r403941)
+++ head/games/0ad/Makefile	Fri Dec 18 00:00:32 2015	(r403942)
@@ -13,7 +13,6 @@ COMMENT=	Real-time strategy (RTS) game o
 BUILD_DEPENDS=	zip:${PORTSDIR}/archivers/zip \
 		cmake:${PORTSDIR}/devel/cmake
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libogg.so:${PORTSDIR}/audio/libogg \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
@@ -26,7 +25,7 @@ LIB_DEPENDS=	libboost_thread.so:${PORTSD
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha
 BUILD_WRKSRC=	${WRKSRC}/build/workspaces/gcc
 MAKE_ARGS=	config=release
-USES=		compiler:c++11-lib dos2unix gmake iconv openal:al \
+USES=		compiler:c++11-lib dos2unix execinfo gmake iconv openal:al \
 		pkgconfig tar:xz
 USE_GNOME=	libxml2 gtk20
 USE_GL=		gl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512180000.tBI00XNc049368>