aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2016-04-29 22:05:49 +0800
committerkevlo <kevlo@FreeBSD.org>2016-04-29 22:05:49 +0800
commitc7e4d251898e99c950e665c7038015832ced3f09 (patch)
tree6fcc6d77f0aa0b840b5fa16f11c74c47530cea05 /net
parentd8d0586a752aca31a3e3757ca0d9021db8dfb3a3 (diff)
downloadfreebsd-ports-gnome-c7e4d251898e99c950e665c7038015832ced3f09.tar.gz
freebsd-ports-gnome-c7e4d251898e99c950e665c7038015832ced3f09.tar.zst
freebsd-ports-gnome-c7e4d251898e99c950e665c7038015832ced3f09.zip
Use LIB_DEPENDS.
Diffstat (limited to 'net')
-rw-r--r--net/pecl-smbclient/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile
index 65273c4e1d2d..90a1acbee9ac 100644
--- a/net/pecl-smbclient/Makefile
+++ b/net/pecl-smbclient/Makefile
@@ -13,9 +13,7 @@ COMMENT= Smbclient wrapper extension
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= smbclient:${SAMBA_PORT}
-
-SAMBA_PORT?= net/samba36
+LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient
USE_PHP= yes
USE_PHPEXT= yes