diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
commit | 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /misc/amanda-server | |
parent | 6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff) |
Notes
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 4d3aca83fba3..14f218680a21 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -3,7 +3,7 @@ PORTNAME= amanda PORTVERSION= 3.3.6 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -121,9 +121,7 @@ CONFIGURE_ARGS+= --without-gnuplot .endif .if ${PORT_OPTIONS:MSAMBA} -SAMBA_PORT?= samba44 -BUILD_DEPENDS+= smbclient:net/${SAMBA_PORT} -RUN_DEPENDS+= smbclient:net/${SAMBA_PORT} +USES+= pkgconfig samba CONFIGURE_ARGS+= --with-smbclient=${LOCALBASE}/bin/smbclient .endif |