mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add possibility to choose the samba port to depend on.
PR: ports/139435 Submitted by: David Naylor <naylor.b.david@gmail.com>
This commit is contained in:
parent
a4b33aaa59
commit
b848adf3e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254433
1 changed files with 2 additions and 1 deletions
|
@ -15,11 +15,12 @@ DISTFILES= # empty
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A CUPS backend for printing to Windows servers
|
COMMENT= A CUPS backend for printing to Windows servers
|
||||||
|
|
||||||
RUN_DEPENDS= smbspool:${PORTSDIR}/net/samba3 \
|
RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \
|
||||||
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
|
${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
PLIST_FILES= libexec/cups/backend/smb
|
PLIST_FILES= libexec/cups/backend/smb
|
||||||
|
SAMBA_PORT?= samba3
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue