diff options
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> |