svn commit: r403942 - head/games/0ad

Guido Falsi madpilot at FreeBSD.org
Fri Dec 18 00:00:34 UTC 2015


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


More information about the svn-ports-all mailing list