svn commit: r339968 - head/net-p2p/bitcoin

Steve Wills swills at FreeBSD.org
Thu Jan 16 19:44:58 UTC 2014


Author: swills
Date: Thu Jan 16 19:44:58 2014
New Revision: 339968
URL: http://svnweb.freebsd.org/changeset/ports/339968
QAT: https://qat.redports.org/buildarchive/r339968/

Log:
  - Switch to USES=gmake
  - Fix a nit with configuration, QMAKE_ENV is more correct, but is equivilant to
    CONFIGURE_ENV
  
  Approved by:	portmgr (implicit)

Modified:
  head/net-p2p/bitcoin/Makefile

Modified: head/net-p2p/bitcoin/Makefile
==============================================================================
--- head/net-p2p/bitcoin/Makefile	Thu Jan 16 19:41:41 2014	(r339967)
+++ head/net-p2p/bitcoin/Makefile	Thu Jan 16 19:44:58 2014	(r339968)
@@ -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


More information about the svn-ports-all mailing list