aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/bitcoin
diff options
context:
space:
mode:
authorshaun <shaun@FreeBSD.org>2011-05-25 09:44:08 +0800
committershaun <shaun@FreeBSD.org>2011-05-25 09:44:08 +0800
commit10310631e7c859efb67ab4694a2b4e258f92e5fc (patch)
treede32ce720a07f0e5070e4efe4de3c9fe45439d34 /net-p2p/bitcoin
parentddcf604a5dc970f062993ffaf2f1602c23943088 (diff)
downloadfreebsd-ports-gnome-10310631e7c859efb67ab4694a2b4e258f92e5fc.tar.gz
freebsd-ports-gnome-10310631e7c859efb67ab4694a2b4e258f92e5fc.tar.zst
freebsd-ports-gnome-10310631e7c859efb67ab4694a2b4e258f92e5fc.zip
- Fix miniupnpc library dependency.
- Bump PORTREVISION for previous plist fix while here. Submitted by: "Micheal" via private e-mail [1]
Diffstat (limited to 'net-p2p/bitcoin')
-rw-r--r--net-p2p/bitcoin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/bitcoin/Makefile b/net-p2p/bitcoin/Makefile
index e0619612d7f5..24c566ad5541 100644
--- a/net-p2p/bitcoin/Makefile
+++ b/net-p2p/bitcoin/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bitcoin
PORTVERSION= 0.3.21
+PORTREVISION= 1
CATEGORIES= net-p2p finance
MASTER_SITES= https://download.github.com/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
@@ -50,7 +51,7 @@ PLIST_FILES= bin/${BINARY}
.endif
.if defined(WITH_UPNP)
-LIB_DEPENDS+= libminiupnpc.5:${PORTSDIR}/net/miniupnpc
+LIB_DEPENDS+= miniupnpc:${PORTSDIR}/net/miniupnpc
MAKE_ENV+= -DUSE_UPNP
.endif