Date: Sat, 28 May 2016 14:15:02 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415994 - head/net-p2p/go-ethereum Message-ID: <201605281415.u4SEF2Rt035717@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat May 28 14:15:01 2016 New Revision: 415994 URL: https://svnweb.freebsd.org/changeset/ports/415994 Log: Replace USE_GCC=4.8+ by the more general USE_GCC=yes. Modified: head/net-p2p/go-ethereum/Makefile Modified: head/net-p2p/go-ethereum/Makefile ============================================================================== --- head/net-p2p/go-ethereum/Makefile Sat May 28 13:52:03 2016 (r415993) +++ head/net-p2p/go-ethereum/Makefile Sat May 28 14:15:01 2016 (r415994) @@ -26,7 +26,7 @@ RLPDUMP_DESC= Prints RLP structures USE_GITHUB= yes GH_ACCOUNT= ethereum -USE_GCC= 4.8+ +USE_GCC= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281415.u4SEF2Rt035717>