aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-01-17 03:44:58 +0800
committerswills <swills@FreeBSD.org>2014-01-17 03:44:58 +0800
commit2e26a6c487e4c2ebeaf0ec1bcdad5d01fee32177 (patch)
treef848ef5feac2b2d1de5f16f26f144e4ed24e197c /net-p2p
parent6f89a03f2eb9fddea57f64f3400bcea963159528 (diff)
downloadfreebsd-ports-gnome-2e26a6c487e4c2ebeaf0ec1bcdad5d01fee32177.tar.gz
freebsd-ports-gnome-2e26a6c487e4c2ebeaf0ec1bcdad5d01fee32177.tar.zst
freebsd-ports-gnome-2e26a6c487e4c2ebeaf0ec1bcdad5d01fee32177.zip
- Switch to USES=gmake
- Fix a nit with configuration, QMAKE_ENV is more correct, but is equivilant to CONFIGURE_ENV Approved by: portmgr (implicit)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index cad4367d9c8d..65085e4842da 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -26,7 +26,7 @@ GH_PROJECT= bitcoin
GH_COMMIT= 15e2837
GH_TAGNAME= v${PORTVERSION}
-USE_GMAKE= yes
+USES= gmake
USE_OPENSSL= yes
USE_BDB= yes
WANT_BDB_VER= 48
@@ -77,7 +77,7 @@ post-patch:
do-configure:
.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11)
- cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
+ cd ${WRKSRC} && ${SETENV} ${QMAKE_ENV} \
${QMAKE} ${QMAKE_ARGS} USE_UPNP=${QMAKE_USE_UPNP} USE_QRCODE=${QMAKE_USE_QRCODE} \
QMAKE_LRELEASE=${LRELEASE} INCLUDEPATH=${BDB_INCLUDE_DIR} \
QMAKE_LIBDIR+=${BDB_LIB_DIR} bitcoin-qt.pro