diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 03:50:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 03:50:47 +0800 |
commit | 29eaad7dd48b572a8f3c15821f7e84382f326ed3 (patch) | |
tree | bfc8d1320f0e08e939f5dde28c653f45fa632cbc /misc | |
parent | c52b5a857aa20a543d0f62e35a98229e7de4bdac (diff) | |
download | freebsd-ports-gnome-29eaad7dd48b572a8f3c15821f7e84382f326ed3.tar.gz freebsd-ports-gnome-29eaad7dd48b572a8f3c15821f7e84382f326ed3.tar.zst freebsd-ports-gnome-29eaad7dd48b572a8f3c15821f7e84382f326ed3.zip |
Chase net/samba to net/samba3 in preparation for removal of the former.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 4 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index a911cf968fd4..2b60d34ec8e4 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -116,8 +116,8 @@ PLIST_SUB+= PLOT='@comment ' .endif .if defined (WITH_SAMBA) -BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba -RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba +BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 +RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 CONFIGURE_ARGS+= --with-smbclient=${PREFIX}/bin/smbclient .endif |