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 | |
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
-rw-r--r-- | net-im/linpopup/Makefile | 2 | ||||
-rw-r--r-- | net/linneighborhood/Makefile | 2 | ||||
-rw-r--r-- | net/xsmbrowser/Makefile | 2 | ||||
-rw-r--r-- | print/cups-samba/Makefile | 4 | ||||
-rw-r--r-- | www/smb2www/Makefile | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/net-im/linpopup/Makefile b/net-im/linpopup/Makefile index e52915aea246..87b2de57999c 100644 --- a/net-im/linpopup/Makefile +++ b/net-im/linpopup/Makefile @@ -15,7 +15,7 @@ DISTNAME= LinPopUp-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= X11 port of WinPopup -RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba +RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 WRKSRC= ${WRKDIR}/LinPopUp-${PORTVERSION}/src ALL_TARGET= diff --git a/net/linneighborhood/Makefile b/net/linneighborhood/Makefile index 5ddfd28de634..649f0635247d 100644 --- a/net/linneighborhood/Makefile +++ b/net/linneighborhood/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.bnro.de/~schmidjo/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ gui for browsing and mounting SMB filesystems -RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba +RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba3 GNU_CONFIGURE= yes USE_GETTEXT= yes diff --git a/net/xsmbrowser/Makefile b/net/xsmbrowser/Makefile index fc7dc78bdf69..764375dbb833 100644 --- a/net/xsmbrowser/Makefile +++ b/net/xsmbrowser/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://nuxo1.free.fr/logiciel_reseau/visu_reso/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk port of Windows' Network Neighborhood -RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba \ +RUN_DEPENDS= ${LOCALBASE}/bin/smbclient:${PORTSDIR}/net/samba3 \ ${LOCALBASE}/bin/expectk:${PORTSDIR}/lang/expect USE_PERL5_BUILD=yes diff --git a/print/cups-samba/Makefile b/print/cups-samba/Makefile index 11c191e993df..cdedb922ecbe 100644 --- a/print/cups-samba/Makefile +++ b/print/cups-samba/Makefile @@ -21,8 +21,8 @@ COMMENT= The Common UNIX Printing System: MS Windows client drivers BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 \ tardy:${PORTSDIR}/archivers/tardy \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base \ - smbspool:${PORTSDIR}/net/samba -RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba \ + smbspool:${PORTSDIR}/net/samba3 +RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base \ espgs:${PORTSDIR}/print/cups-pstoraster 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 |