summaryrefslogtreecommitdiff
path: root/net/samba/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-10-30 17:25:01 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-10-30 17:25:01 +0000
commit6e71b7cba7f40288d25b534efa9e20626c8c4d90 (patch)
tree919981052014c0dd778f2a94c921c04145a5c3bd /net/samba/Makefile
parent- Ensure clean deinstallation if user had installed additional language (diff)
Disable cups in configure when not wanting cups
PR: 44568 Submitted by: Vivek Khera <khera@kcilink.com>
Notes
Notes: svn path=/head/; revision=69169
Diffstat (limited to 'net/samba/Makefile')
-rw-r--r--net/samba/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 3c61172bc788..8ead2cff1674 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -123,6 +123,8 @@ post-clean:
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LDFLAGS=-L${LOCALBASE}/lib
+.else
+CONFIGURE_ARGS+= --disable-cups
.endif
.if defined(KRB5_HOME) && exists(${KRB5_HOME})