aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bitcoin
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2011-05-25 09:59:09 +0800
committershaun <shaun@FreeBSD.org>2011-05-25 09:59:09 +0800
commit632e2c4e8521bb6d05e2ac1b742bf7bb64221a40 (patch)
tree72d45b73798f9ba7d828bbb10e308c532d0abc94 /net-p2p/bitcoin
parent10310631e7c859efb67ab4694a2b4e258f92e5fc (diff)
downloadfreebsd-ports-gnome-632e2c4e8521bb6d05e2ac1b742bf7bb64221a40.tar.gz
freebsd-ports-gnome-632e2c4e8521bb6d05e2ac1b742bf7bb64221a40.tar.zst
freebsd-ports-gnome-632e2c4e8521bb6d05e2ac1b742bf7bb64221a40.zip
Second half of the previous fix.
Note to self: test things before committing.
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r--net-p2p/bitcoin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index 24c566ad5541..a345cca11272 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -52,7 +52,7 @@ PLIST_FILES= bin/${BINARY}
.if defined(WITH_UPNP)
LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc
-MAKE_ENV+= -DUSE_UPNP
+MAKE_ENV+= USE_UPNP=yes
.endif
.include <bsd.port.pre.mk>