diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-18 03:44:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-18 03:44:44 +0800 |
commit | 8a62eb12a382220e381f1a836ddab623f1f146c7 (patch) | |
tree | 4be5c99576734354d6d6008e1585418a2943f1bd /net-mgmt/tork/Makefile | |
parent | 6fda8bd1115bdd2fa06cafa7e379e863b7abd853 (diff) | |
download | freebsd-ports-gnome-8a62eb12a382220e381f1a836ddab623f1f146c7.tar.gz freebsd-ports-gnome-8a62eb12a382220e381f1a836ddab623f1f146c7.tar.zst freebsd-ports-gnome-8a62eb12a382220e381f1a836ddab623f1f146c7.zip |
- Update tork to 0.27
- Add optional dependency on mixminion
- Fix some whitespaces in pkg-descr
PR: 121776
Submitted by: Beat Gaetzi <beat@chruetertee.ch>
Approved by: maintainer via irc
Diffstat (limited to 'net-mgmt/tork/Makefile')
-rw-r--r-- | net-mgmt/tork/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile index 73925ccfbdb6..36f7699342bc 100644 --- a/net-mgmt/tork/Makefile +++ b/net-mgmt/tork/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tork -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= net-mgmt security MASTER_SITES= SF @@ -44,7 +44,8 @@ OPTIONS= TOR_DEVEL "Depend on tor-devel" On \ TOR "Depend on tor" Off .endif -OPTIONS+= PRIVOXY "Install privoxy" On +OPTIONS+= PRIVOXY "Install privoxy" On \ + MIXMINION "Install mixminion" Off .include <bsd.port.pre.mk> @@ -61,4 +62,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor RUN_DEPENDS+= ${LOCALBASE}/sbin/privoxy:${PORTSDIR}/www/privoxy .endif +.if defined(WITH_MIXMINION) +RUN_DEPENDS+= ${LOCALBASE}/bin/mixminion:${PORTSDIR}/mail/mixminion +.endif + .include <bsd.port.post.mk> |