From b848adf3e903ad1bf75339923bdfa177bb88b23f Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Sun, 16 May 2010 10:24:34 +0000 Subject: [PATCH] Add possibility to choose the samba port to depend on. PR: ports/139435 Submitted by: David Naylor --- print/cups-smb-backend/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: