aboutsummaryrefslogtreecommitdiff
path: root/www/elinks
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-09-14 20:55:24 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-09-14 20:55:24 +0000
commit72612514bf19f59124ff53b8a789f80666843d13 (patch)
tree62dd1db8ba33cbce707d69adcedbfc43fbeaafc6 /www/elinks
parentce08201768e4dc2842117d424e23112978c0b4a0 (diff)
downloadports-72612514bf19f59124ff53b8a789f80666843d13.tar.gz
ports-72612514bf19f59124ff53b8a789f80666843d13.zip
Change default samba version
PR: ports/150570 Submitted by: garga@ Approved by: maintainer
Notes
Notes: svn path=/head/; revision=261182
Diffstat (limited to 'www/elinks')
-rw-r--r--www/elinks/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile
index b86ca97296da..88afc4120d4a 100644
--- a/www/elinks/Makefile
+++ b/www/elinks/Makefile
@@ -23,6 +23,8 @@ USE_OPENSSL= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
+SAMBA_PORT?= net/samba34
+
MAN1= elinks.1
MAN5= elinkskeys.5 elinks.conf.5
@@ -114,8 +116,8 @@ CONFIGURE_ARGS+= --enable-exmode
.endif
.if defined(WITH_SMB)
-RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
-BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3
+RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
+BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT}
CONFIGURE_ARGS+= --enable-smb
.else
CONFIGURE_ARGS+= --disable-smb