diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-09-30 19:16:59 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-09-30 19:16:59 +0000 |
commit | 933717f6b8016e9addd9d2c98e4f081c58e550dd (patch) | |
tree | 818c7a908bf5c3b06025fe54f6b0ca220abeff98 /misc/amanda25-server | |
parent | 03f46b8f12c6e4fd6051034f998a2bdd4e9ecdbc (diff) |
Notes
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index ff8543765fe4..86057d5a9524 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ USE_LDCONFIG= yes WANT_PERL= yes +SAMBA_PORT?= net/samba34 + OPTIONS= GNUTAR "use GNU tar" on \ SSH "enable ssh-auth" off @@ -139,8 +141,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +BUILD_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} +RUN_DEPENDS+= smbclient:${PORTSDIR}/${SAMBA_PORT} CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif |