diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-08-25 08:35:33 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-08-25 08:35:33 +0000 |
commit | fb2ad52d2a1cedc16d7214e23d622c197181efc1 (patch) | |
tree | 249397a679f96044aac37be7f113f1e94ecbffea /print/cups-samba | |
parent | 0fd5531735eea4f96618973d0815d994a42c3510 (diff) | |
download | ports-fb2ad52d2a1cedc16d7214e23d622c197181efc1.tar.gz ports-fb2ad52d2a1cedc16d7214e23d622c197181efc1.zip |
Notes
Diffstat (limited to 'print/cups-samba')
-rw-r--r-- | print/cups-samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |