mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Change default samba version to 3.4
PR: ports/150565 Submitted by: garga@ Approved by: maintainer
This commit is contained in:
parent
ebdbb7d615
commit
85d1cef943
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261175
1 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= prosearch
|
||||
PORTVERSION= 0.18.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
|
||||
|
||||
|
@ -21,6 +22,8 @@ NO_BUILD= yes
|
|||
SEARCHDIR?= www/search
|
||||
PLIST_SUB+= SEARCHDIR=${SEARCHDIR}
|
||||
|
||||
SAMBA_PORT?= net/samba34
|
||||
|
||||
#todo
|
||||
# user and group for crawler
|
||||
OPTIONS=\
|
||||
|
@ -45,7 +48,7 @@ nmap:${PORTSDIR}/security/nmap
|
|||
.endif
|
||||
|
||||
.if defined(WITH_SAMBA)
|
||||
RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
|
||||
RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RSYNC)
|
||||
|
|
Loading…
Add table
Reference in a new issue