diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 18:15:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-17 18:15:46 +0000 |
commit | 2e8977254a46b252a60ee9bd58719aeb36f71100 (patch) | |
tree | ca7bc24e1710fa542d26cc24cc420e602e875e91 /net-p2p | |
parent | c8fbe7315927bc1ee7ee7d05d14eeefa8e6d6232 (diff) | |
download | ports-2e8977254a46b252a60ee9bd58719aeb36f71100.tar.gz ports-2e8977254a46b252a60ee9bd58719aeb36f71100.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/cpuminer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile index 0d71e17d5417..2a4f7a53533c 100644 --- a/net-p2p/cpuminer/Makefile +++ b/net-p2p/cpuminer/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libjansson.so:${PORTSDIR}/devel/jansson +USES= cpe +CPE_VENDOR= cpuminer_project WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --gnu --add-missing --copy |