diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 19:53:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 19:53:24 +0000 |
commit | 85d1cef94367cab5f6b92c94d037347ae2382d9c (patch) | |
tree | b8f74bcfece79abf84baffcd16ba89857db378d6 /net/prosearch | |
parent | ebdbb7d615149432efffb42773db9b99e25a40f9 (diff) | |
download | ports-85d1cef94367cab5f6b92c94d037347ae2382d9c.tar.gz ports-85d1cef94367cab5f6b92c94d037347ae2382d9c.zip |
Notes
Diffstat (limited to 'net/prosearch')
-rw-r--r-- | net/prosearch/Makefile | 5 |
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) |