diff options
author | crees <crees@FreeBSD.org> | 2012-09-23 16:02:06 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-09-23 16:02:06 +0800 |
commit | 1086a1e53f6352c57ec84e8a7a0a86cdb08e51a8 (patch) | |
tree | 2b1844cdeb7a6b47c68cb5532b02ed2b513a105f | |
parent | 46386ccae9af1dfec1de063fcb2d521881c5eea2 (diff) | |
download | freebsd-ports-gnome-1086a1e53f6352c57ec84e8a7a0a86cdb08e51a8.tar.gz freebsd-ports-gnome-1086a1e53f6352c57ec84e8a7a0a86cdb08e51a8.tar.zst freebsd-ports-gnome-1086a1e53f6352c57ec84e8a7a0a86cdb08e51a8.zip |
Depend on correct transmission-web port
PR: ports/171875
Submitted by: Dmitry <dmitry2004@yandex.ru>
-rw-r--r-- | net-p2p/transmission25-cli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission25-cli/Makefile b/net-p2p/transmission25-cli/Makefile index bf51832f62f9..74e5849e24c0 100644 --- a/net-p2p/transmission25-cli/Makefile +++ b/net-p2p/transmission25-cli/Makefile @@ -7,7 +7,7 @@ PORTNAME= transmission PORTVERSION= 2.51 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-p2p #MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ \ MASTER_SITES= http://transmission.cachefly.net/ @@ -26,7 +26,7 @@ LIB_DEPENDS?= ${GEN_LIB_DEPENDS} # General dependencies GEN_LIB_DEPENDS=curl.6:${PORTSDIR}/ftp/curl \ event-2.0.6:${PORTSDIR}/devel/libevent2 -GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web +GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission25-web USE_GMAKE= yes USE_GNOME?= pkgconfig |