aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-09-15 03:53:24 +0800
committergarga <garga@FreeBSD.org>2010-09-15 03:53:24 +0800
commit8eb60d4b630883a2769f81ad1b602c69f7e58e8a (patch)
treeffb157bc21998f07a099865bb6e5487b94f4611a /net
parentc7f6ff371622d46482e3d11ec707e92bd6f18e2c (diff)
downloadfreebsd-ports-gnome-8eb60d4b630883a2769f81ad1b602c69f7e58e8a.tar.gz
freebsd-ports-gnome-8eb60d4b630883a2769f81ad1b602c69f7e58e8a.tar.zst
freebsd-ports-gnome-8eb60d4b630883a2769f81ad1b602c69f7e58e8a.zip
Change default samba version to 3.4
PR: ports/150565 Submitted by: garga@ Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/prosearch/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile
index 922e1ea8fcbe..177c4f11d98d 100644
--- a/net/prosearch/Makefile
+++ b/net/prosearch/Makefile
@@ -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)