Date: Thu, 21 Jan 2016 09:29:01 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406837 - head/devel/libnxt Message-ID: <201601210929.u0L9T1pu051512@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Jan 21 09:29:01 2016 New Revision: 406837 URL: https://svnweb.freebsd.org/changeset/ports/406837 Log: devel/libtxt: convert manual scons to USES=scons Approved by: infrastructure blanket Modified: head/devel/libnxt/Makefile Modified: head/devel/libnxt/Makefile ============================================================================== --- head/devel/libnxt/Makefile Thu Jan 21 09:20:29 2016 (r406836) +++ head/devel/libnxt/Makefile Thu Jan 21 09:29:01 2016 (r406837) @@ -12,13 +12,10 @@ COMMENT= Lego NXT library BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons SUB_FILES= pkg-message -USES= python:build shebangfix +USES= python:build scons shebangfix USE_LDCONFIG= yes SHEBANG_FILES= make_flash_header.py -do-build: - (cd ${WRKSRC}; scons) - do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/include/libnxt ${INSTALL_PROGRAM} ${WRKSRC}/fwflash ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601210929.u0L9T1pu051512>