aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/go-ethereum
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2016-05-28 14:15:01 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2016-05-28 14:15:01 +0000
commita5784537ea7837ec7412a8f353b5d20f7b5437fe (patch)
tree27daa96412f986f00447839e429dde7dfb47bea6 /net-p2p/go-ethereum
parent9a6c09499edcccfb240954cbbe2930c26b538b6c (diff)
downloadports-a5784537ea7837ec7412a8f353b5d20f7b5437fe.tar.gz
ports-a5784537ea7837ec7412a8f353b5d20f7b5437fe.zip
Replace USE_GCC=4.8+ by the more general USE_GCC=yes.
Notes
Notes: svn path=/head/; revision=415994
Diffstat (limited to 'net-p2p/go-ethereum')
-rw-r--r--net-p2p/go-ethereum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile
index dd74605fe0f2..4a6cf73dbf9b 100644
--- a/net-p2p/go-ethereum/Makefile
+++ b/net-p2p/go-ethereum/Makefile
@@ -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