aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bitcoin
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-22 20:55:11 +0800
committermakc <makc@FreeBSD.org>2013-11-22 20:55:11 +0800
commit6a8fa025703756528837f1ccf220676f5c3848f0 (patch)
tree919f256f5d4152f9ba2438b4a3cc82a91d4707c6 /net-p2p/bitcoin
parent612bc3c9c8698b6a8cdbb965267678a0ac829218 (diff)
downloadfreebsd-ports-gnome-6a8fa025703756528837f1ccf220676f5c3848f0.tar.gz
freebsd-ports-gnome-6a8fa025703756528837f1ccf220676f5c3848f0.tar.zst
freebsd-ports-gnome-6a8fa025703756528837f1ccf220676f5c3848f0.zip
- Pass QMAKE_ARGS to qmake
Approved by: portmgr (blanket approval)
Diffstat (limited to 'net-p2p/bitcoin')
-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 f0cbd8291b12..5277d6579272 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -78,8 +78,8 @@ post-patch:
do-configure:
.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11)
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} USE_UPNP=${QMAKE_USE_UPNP} USE_QRCODE=${QMAKE_USE_QRCODE} \
- QMAKE_LRELEASE=lrelease-qt4 PREFIX=${PREFIX} INCLUDEPATH=${BDB_INCLUDE_DIR} \
+ ${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
.endif