View | Details | Raw Unified | Return to bug 27650 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+9 lines)
Lines 18-23 Link Here
18
18
19
MAINTAINER=	dwcjr@inethouston.net
19
MAINTAINER=	dwcjr@inethouston.net
20
20
21
.if defined(WITH_CUPS)
22
LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups
23
.endif
24
21
# directories
25
# directories
22
VARDIR=		/var
26
VARDIR=		/var
23
SAMBA_SPOOL=	${VARDIR}/spool/samba
27
SAMBA_SPOOL=	${VARDIR}/spool/samba
Lines 37-42 Link Here
37
41
38
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
42
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
39
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
43
CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME}
44
.endif
45
46
.if defined(WITH_CUPS)
47
# This enables CUPS printing support in Samba.
48
CONFIGURE_ARGS+=--with-cups=${LOCALBASE}
40
.endif
49
.endif
41
50
42
WRKSRC=		${WRKDIR}/${DISTNAME}/source
51
WRKSRC=		${WRKDIR}/${DISTNAME}/source

Return to bug 27650