diff options
author | stefan <stefan@FreeBSD.org> | 2010-05-16 18:24:34 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-05-16 18:24:34 +0800 |
commit | c5b58cb2d752631e9d991ef18c75390c45a2b607 (patch) | |
tree | e259195dea7decd08cc7ee5efd66cef1a5ac1915 /print | |
parent | e718a887395308e274948d9ecc73d0eb71961798 (diff) | |
download | freebsd-ports-gnome-c5b58cb2d752631e9d991ef18c75390c45a2b607.tar.gz freebsd-ports-gnome-c5b58cb2d752631e9d991ef18c75390c45a2b607.tar.zst freebsd-ports-gnome-c5b58cb2d752631e9d991ef18c75390c45a2b607.zip |
Add possibility to choose the samba port to depend on.
PR: ports/139435
Submitted by: David Naylor <naylor.b.david@gmail.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-smb-backend/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index 1f8ffd5a66bc..ea24204bdf93 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -15,11 +15,12 @@ DISTFILES= # empty MAINTAINER= ports@FreeBSD.org 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 NO_BUILD= yes PLIST_FILES= libexec/cups/backend/smb +SAMBA_PORT?= samba3 SUB_FILES= pkg-message do-install: |