diff options
author | pav <pav@FreeBSD.org> | 2010-10-25 05:53:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-10-25 05:53:10 +0800 |
commit | 95ddbda827210d4a68ce1aaa5e84f4e267fe06c8 (patch) | |
tree | 724a5a3f58e7b91efd3b407bcfc773c393295226 /net-p2p/amule | |
parent | 93d53b07e7a73cfda4a3bd36b76b9f23655f81c8 (diff) | |
download | freebsd-ports-gnome-95ddbda827210d4a68ce1aaa5e84f4e267fe06c8.tar.gz freebsd-ports-gnome-95ddbda827210d4a68ce1aaa5e84f4e267fe06c8.tar.zst freebsd-ports-gnome-95ddbda827210d4a68ce1aaa5e84f4e267fe06c8.zip |
- 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 0584cb98f084..2af5fde1e3c0 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 |