From 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 21 Mar 2017 21:59:31 +0000 Subject: - Add USES=samba to handle dependency on samba Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919 --- sysutils/fusefs-smbnetfs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/fusefs-smbnetfs') diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index a2f36b6521a3..9341731c09c6 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= smbnetfs PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION} PKGNAMEPREFIX= fusefs- @@ -12,8 +13,6 @@ COMMENT= Mount smb shares (Fuse filesystem) LICENSE= GPLv2 -LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient - OPTIONS_DEFINE= DOCS GNOME_KEYRING OPTIONS_DEFAULT=GNOME_KEYRING @@ -23,7 +22,7 @@ GNOME_KEYRING_LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} -USES= fuse iconv pkgconfig tar:bzip2 +USES= fuse iconv pkgconfig samba:lib tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes -- cgit v1.2.3