diff options
author | mezz <mezz@FreeBSD.org> | 2009-09-13 03:15:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-09-13 03:15:42 +0800 |
commit | 7067121b75ddf4f388eb83bd3c97d4f984150b39 (patch) | |
tree | 019ccd02614faafd5064355c132cf611c07653a3 /net-p2p | |
parent | 50c2505e1de22129362624e82bbc3814f0239439 (diff) | |
download | freebsd-ports-gnome-7067121b75ddf4f388eb83bd3c97d4f984150b39.tar.gz freebsd-ports-gnome-7067121b75ddf4f388eb83bd3c97d4f984150b39.tar.zst freebsd-ports-gnome-7067121b75ddf4f388eb83bd3c97d4f984150b39.zip |
Add a missing dependency, transmission-web.
Reported by: Henk @ Transmission forum
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index 028cdb46ed5c..0283f76abf19 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -5,12 +5,14 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon MAINTAINER= mezz@FreeBSD.org COMMENT= A fast and lightweight daemon BitTorrent client +RUN_DEPENDS= ${GEN_RUN_DEPENDS} + DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../transmission-cli PLIST= ${.CURDIR}/pkg-plist |