diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-04-27 14:28:11 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-04-27 14:28:11 +0000 |
commit | b9972244a7399395aa0a47c6cc0fd22c86dca825 (patch) | |
tree | 0c63ccb1e74074ace2f20ab9efb444c19256535b /net-p2p/retroshare | |
parent | 1cfcfc47535b33717a36751394c12091cbac653d (diff) | |
download | ports-b9972244a7399395aa0a47c6cc0fd22c86dca825.tar.gz ports-b9972244a7399395aa0a47c6cc0fd22c86dca825.zip |
Notes
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 34f496c18a9f..48a9bd425728 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -7,6 +7,7 @@ PORTNAME= retroshare PORTVERSION= 0.5.3a +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION} @@ -19,7 +20,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/trunk/retroshare-gui/src/license/license.txt LIB_DEPENDS= gpgme.19:${PORTSDIR}/security/gpgme \ - upnp.8:${PORTSDIR}/devel/upnp \ + upnp.9:${PORTSDIR}/devel/upnp \ gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring RUN_DEPENDS+= pinentry-qt4:${PORTSDIR}/security/pinentry-qt4 |