aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-10-31 01:25:01 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-10-31 01:25:01 +0800
commit70f3efa4cbd63468bb5ac73e4840314e86268a58 (patch)
tree307f8abec6d39eb997d5fdc35b0a606b8c7ad300 /net
parent0d5cca9111483d65113f5fe0932d604b4b080870 (diff)
downloadfreebsd-ports-gnome-70f3efa4cbd63468bb5ac73e4840314e86268a58.tar.gz
freebsd-ports-gnome-70f3efa4cbd63468bb5ac73e4840314e86268a58.tar.zst
freebsd-ports-gnome-70f3efa4cbd63468bb5ac73e4840314e86268a58.zip
Disable cups in configure when not wanting cups
PR: 44568 Submitted by: Vivek Khera <khera@kcilink.com>
Diffstat (limited to 'net')
-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})