diff options
Diffstat (limited to 'net-p2p/transmission-cli/Makefile')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index f0115b7c1b07..e88b089b8148 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -32,8 +32,8 @@ NO_STAGE= yes LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies -GEN_LIB_DEPENDS=curl:${PORTSDIR}/ftp/curl \ - event-2.0.6:${PORTSDIR}/devel/libevent2 +GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl \ + libevent-2.0.so.6:${PORTSDIR}/devel/libevent2 GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web # This is master port of transmission-*, so don't override USES definition |