summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2016-04-29 14:05:49 +0000
committerKevin Lo <kevlo@FreeBSD.org>2016-04-29 14:05:49 +0000
commit5520f0ba3f27988f9039d7a4455f04016e7856df (patch)
tree6fcc6d77f0aa0b840b5fa16f11c74c47530cea05
parentModernize options. (diff)
Use LIB_DEPENDS.
-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