diff options
author | rene <rene@FreeBSD.org> | 2016-05-31 03:03:36 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-05-31 03:03:36 +0800 |
commit | 6a8678a055b4c6163c3caec1d9d52092c795938b (patch) | |
tree | 426d0a6845ada4fcc4946d2e0b58322637eabb5f /net/prosearch | |
parent | c69dc056070e63df779655e850f8f2398dea78b7 (diff) | |
download | freebsd-ports-gnome-6a8678a055b4c6163c3caec1d9d52092c795938b.tar.gz freebsd-ports-gnome-6a8678a055b4c6163c3caec1d9d52092c795938b.tar.zst freebsd-ports-gnome-6a8678a055b4c6163c3caec1d9d52092c795938b.zip |
net/prosearch: fix SAMBA dependency from previous commit, bump PORTREVISION
Diffstat (limited to 'net/prosearch')
-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 |