diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 20:55:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-14 20:55:24 +0000 |
commit | 72612514bf19f59124ff53b8a789f80666843d13 (patch) | |
tree | 62dd1db8ba33cbce707d69adcedbfc43fbeaafc6 /www/elinks/Makefile | |
parent | ce08201768e4dc2842117d424e23112978c0b4a0 (diff) | |
download | ports-72612514bf19f59124ff53b8a789f80666843d13.tar.gz ports-72612514bf19f59124ff53b8a789f80666843d13.zip |
Notes
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 6 |
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 |