diff options
author | vd <vd@FreeBSD.org> | 2006-08-25 16:35:33 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-08-25 16:35:33 +0800 |
commit | 65fc64d77bfb247644149a49be3f5fbce15c4561 (patch) | |
tree | de31e97949e4b73a3bece5777cbce4886b1696d1 /www/smb2www | |
parent | 2fa0590f905cea4e11db7a261043012309b7af64 (diff) | |
download | freebsd-ports-gnome-65fc64d77bfb247644149a49be3f5fbce15c4561.tar.gz freebsd-ports-gnome-65fc64d77bfb247644149a49be3f5fbce15c4561.tar.zst freebsd-ports-gnome-65fc64d77bfb247644149a49be3f5fbce15c4561.zip |
Switch dependency from net/samba to net/samba3 since the former
is going to be removed and the later provides the required executable
Diffstat (limited to 'www/smb2www')
-rw-r--r-- | www/smb2www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/smb2www/Makefile b/www/smb2www/Makefile index ea136b0dd77d..0a8bb2b05771 100644 --- a/www/smb2www/Makefile +++ b/www/smb2www/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Windows Network client that is accessible through a web browser RUN_DEPENDS= httpd:${PORTSDIR}/${APACHE_PORT} \ - smbclient:${PORTSDIR}/net/samba \ + smbclient:${PORTSDIR}/net/samba3 \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 IS_INTERACTIVE= yes |