diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2011-05-25 01:44:08 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2011-05-25 01:44:08 +0000 |
commit | 048e33d54aabe9b93edf69091a654595ad10feed (patch) | |
tree | c04c74e8e0c77411d7e583e0115f7ebc2228be0e /net-p2p | |
parent | - Fix tmux.conf location [1] (diff) |
- 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')
-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 |