diff options
-rw-r--r-- | net/prosearch/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |