diff options
-rw-r--r-- | net/pecl-smbclient/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pecl-smbclient/Makefile b/net/pecl-smbclient/Makefile index 9412a1f48029..65273c4e1d2d 100644 --- a/net/pecl-smbclient/Makefile +++ b/net/pecl-smbclient/Makefile @@ -11,8 +11,9 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= Smbclient wrapper extension LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} +RUN_DEPENDS= smbclient:${SAMBA_PORT} SAMBA_PORT?= net/samba36 |