From 6a8678a055b4c6163c3caec1d9d52092c795938b Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 30 May 2016 19:03:36 +0000 Subject: net/prosearch: fix SAMBA dependency from previous commit, bump PORTREVISION --- net/prosearch/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index e13c5f4ff9e4..7865ea723cd7 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -2,7 +2,7 @@ PORTNAME= prosearch PORTVERSION= 0.19.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net www MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION} @@ -56,7 +56,9 @@ nmap:security/nmap \ p5-Net-DirectConnect>=0:net-p2p/p5-Net-DirectConnect .endif -SAMBA_RUN_DEPENDS=smbclient:net/samba44 +.if ${PORT_OPTIONS:MSAMBA} +RUN_DEPENDS+=smbclient:net/samba44 +.endif .if ${PORT_OPTIONS:MRSYNC} RUN_DEPENDS+= rsync:net/rsync -- cgit