diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net-p2p/retroshare | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index b3a68c6a9b9f..5de372588b05 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -13,13 +13,13 @@ COMMENT= Private and secure decentralised communication platform LICENSE= GPLv2 -BUILD_DEPENDS= protoc:${PORTSDIR}/devel/protobuf -LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ - libupnp.so:${PORTSDIR}/devel/upnp \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libspeex.so:${PORTSDIR}/audio/speex \ - libxslt.so:${PORTSDIR}/textproc/libxslt \ - libssh_threads.so:${PORTSDIR}/security/libssh +BUILD_DEPENDS= protoc:devel/protobuf +LIB_DEPENDS= libcurl.so:ftp/curl \ + libupnp.so:devel/upnp \ + libgnome-keyring.so:security/libgnome-keyring \ + libspeex.so:audio/speex \ + libxslt.so:textproc/libxslt \ + libssh_threads.so:security/libssh USES= compiler:features dos2unix pkgconfig qmake USE_GNOME= glib20 libxml2 libxslt |