diff options
author | garga <garga@FreeBSD.org> | 2010-10-18 20:01:12 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-10-18 20:01:12 +0800 |
commit | 24079b9e09100068f33e9fd711e87fe5108fc608 (patch) | |
tree | 1ce3027ab4c598989336563e52a42bb921f046b0 /print/cups-smb-backend | |
parent | 81a482461589d1e3535caaf3cf9b54e649851b20 (diff) | |
download | freebsd-ports-gnome-24079b9e09100068f33e9fd711e87fe5108fc608.tar.gz freebsd-ports-gnome-24079b9e09100068f33e9fd711e87fe5108fc608.tar.zst freebsd-ports-gnome-24079b9e09100068f33e9fd711e87fe5108fc608.zip |
Change default samba version to 3.4
Diffstat (limited to 'print/cups-smb-backend')
-rw-r--r-- | print/cups-smb-backend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index ea24204bdf93..f9f72b76b4b0 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ NO_BUILD= yes PLIST_FILES= libexec/cups/backend/smb -SAMBA_PORT?= samba3 +SAMBA_PORT?= samba34 SUB_FILES= pkg-message do-install: |