aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/wcmcommander
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-22 05:59:31 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2017-04-09 20:53:55 +0800
commitf0cbd00d5665f96acae23014f4bf1c1af9df7815 (patch)
treea8fd7263f9186e0dfcabb50160d75c8fff771858 /x11-fm/wcmcommander
parent34cb6f3e6b34052f726d19752d9931f7fbe45a75 (diff)
downloadfreebsd-ports-gnome-f0cbd00d5665f96acae23014f4bf1c1af9df7815.tar.gz
freebsd-ports-gnome-f0cbd00d5665f96acae23014f4bf1c1af9df7815.tar.zst
freebsd-ports-gnome-f0cbd00d5665f96acae23014f4bf1c1af9df7815.zip
- 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
Diffstat (limited to 'x11-fm/wcmcommander')
-rw-r--r--x11-fm/wcmcommander/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/wcmcommander/Makefile b/x11-fm/wcmcommander/Makefile
index d55d3b977655..aded2a54e6fe 100644
--- a/x11-fm/wcmcommander/Makefile
+++ b/x11-fm/wcmcommander/Makefile
@@ -4,7 +4,7 @@
PORTNAME= wcmcommander
PORTVERSION= 0.20.0
DISTVERSIONPREFIX= release-
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-fm
MAINTAINER= amdmi3@FreeBSD.org
@@ -28,8 +28,9 @@ OPTIONS_DEFAULT=FREETYPE SMB SSH
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
FREETYPE_CMAKE_BOOL= WITH_FREETYPE
-SMB_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient
+SMB_USES= samba:lib
SMB_CMAKE_BOOL= WITH_SMBCLIENT
+SMB_CMAKE_ON= -DSMBCLIENT_LIBRARY=${SAMBALIBS}/libsmbclient.so -DSMBCLIENT_INCLUDE_DIR=${SAMBAINCLUDES}
SSH_LIB_DEPENDS= libssh2.so:security/libssh2
SSH_CMAKE_BOOL= WITH_LIBSSH2