diff options
author | pav <pav@FreeBSD.org> | 2010-10-24 21:53:10 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-10-24 21:53:10 +0000 |
commit | 95ddbda827210d4a68ce1aaa5e84f4e267fe06c8 (patch) | |
tree | 724a5a3f58e7b91efd3b407bcfc773c393295226 /net-p2p/amule | |
parent | 93d53b07e7a73cfda4a3bd36b76b9f23655f81c8 (diff) | |
download | FreeBSD-ports-95ddbda827210d4a68ce1aaa5e84f4e267fe06c8.zip FreeBSD-ports-95ddbda827210d4a68ce1aaa5e84f4e267fe06c8.tar.gz |
- Chase upnp shlib version bump
Reported by: pointyhat
Pointy hat to: wen
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 0584cb9..2af5fde 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -145,7 +145,7 @@ PLIST_SUB+= MONOLITHIC="@comment " .endif .if !defined(WITHOUT_UPNP) -LIB_DEPENDS+= upnp.3:${PORTSDIR}/devel/upnp +LIB_DEPENDS+= upnp.4:${PORTSDIR}/devel/upnp .else CONFIGURE_ARGS+= --disable-upnp .endif |