aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bitcoin
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-11-22 20:55:11 +0800
committerMax Brazhnikov <makc@FreeBSD.org>2013-11-22 20:55:11 +0800
commit2e206d8fad4d6aa3091a7410aba9abe1a3a41278 (patch)
tree919f256f5d4152f9ba2438b4a3cc82a91d4707c6 /net-p2p/bitcoin
parent5898d7df5c5c0c4c33faa934a38001e755f6d900 (diff)
downloadfreebsd-ports-gnome-2e206d8fad4d6aa3091a7410aba9abe1a3a41278.tar.gz
freebsd-ports-gnome-2e206d8fad4d6aa3091a7410aba9abe1a3a41278.tar.zst
freebsd-ports-gnome-2e206d8fad4d6aa3091a7410aba9abe1a3a41278.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