diff options
Diffstat (limited to 'print/cups-smb-backend/Makefile')
-rw-r--r-- | print/cups-smb-backend/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index 167c9aef47c7..ca688f85e8f8 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -11,8 +11,8 @@ DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= CUPS backend for printing to Windows servers -RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ - ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups +RUN_DEPENDS= smbspool:net/${SAMBA_PORT} \ + ${LOCALBASE}/sbin/cupsd:print/cups NO_BUILD= yes PLIST_FILES= libexec/cups/backend/smb |