Date: Sun, 13 Dec 2015 21:32:07 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403690 - head/graphics/cegui Message-ID: <201512132132.tBDLW7fr089748@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Dec 13 21:32:07 2015 New Revision: 403690 URL: https://svnweb.freebsd.org/changeset/ports/403690 Log: Switch to USES=execinfo PR: 205299 Submitted by: me Approved by: maintainer Modified: head/graphics/cegui/Makefile Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Sun Dec 13 20:42:23 2015 (r403689) +++ head/graphics/cegui/Makefile Sun Dec 13 21:32:07 2015 (r403690) @@ -12,14 +12,12 @@ COMMENT= Library providing windowing and LICENSE= MIT -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo - WRKSRC= ${WRKDIR}/${DISTNAME:S/2b/2/} CONFIGURE_ENV+= TOLUA_INC="${LUA_INCDIR}" CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \ -DCEGUI_BUILD_TESTS=OFF USE_LDCONFIG= yes -USES= compiler:c++11-lib cmake pathfix pkgconfig tar:bzip2 +USES= compiler:c++11-lib cmake execinfo pathfix pkgconfig tar:bzip2 PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512132132.tBDLW7fr089748>