diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-30 17:25:01 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-10-30 17:25:01 +0000 |
commit | 6e71b7cba7f40288d25b534efa9e20626c8c4d90 (patch) | |
tree | 919981052014c0dd778f2a94c921c04145a5c3bd /net | |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 2 |
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}) |