diff options
author | shaun <shaun@FreeBSD.org> | 2011-05-25 09:44:08 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2011-05-25 09:44:08 +0800 |
commit | 10310631e7c859efb67ab4694a2b4e258f92e5fc (patch) | |
tree | de32ce720a07f0e5070e4efe4de3c9fe45439d34 /net-p2p/bitcoin | |
parent | ddcf604a5dc970f062993ffaf2f1602c23943088 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |