diff options
author | pav <pav@FreeBSD.org> | 2011-03-27 07:31:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-27 07:31:50 +0800 |
commit | 8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc (patch) | |
tree | 3eab27388a388220899aaf5463aedf8d9bdb77b2 /net-p2p/amule-devel | |
parent | a9f2e4dddca0745ed012683a38735cd2307eb014 (diff) | |
download | freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.tar.gz freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.tar.zst freebsd-ports-gnome-8f2d54e06197bf3ead4cd8d7883ca33fc43fa2fc.zip |
- Actually chase upnp shlib change
Reported by: pointyhat
Pointy hat to: pawel (miwi, wen)
Diffstat (limited to 'net-p2p/amule-devel')
-rw-r--r-- | net-p2p/amule-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index 1f3d5012bb71..fe4c1c3398bb 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -184,7 +184,7 @@ PLIST_SUB+= PLASMAMULE="@comment " .endif .if !defined(WITHOUT_UPNP) -LIB_DEPENDS+= upnp.6:${PORTSDIR}/devel/upnp +LIB_DEPENDS+= upnp.7:${PORTSDIR}/devel/upnp .else CONFIGURE_ARGS+= --disable-upnp .endif |