diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-10-31 01:25:01 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-10-31 01:25:01 +0800 |
commit | 70f3efa4cbd63468bb5ac73e4840314e86268a58 (patch) | |
tree | 307f8abec6d39eb997d5fdc35b0a606b8c7ad300 /net | |
parent | 0d5cca9111483d65113f5fe0932d604b4b080870 (diff) | |
download | freebsd-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/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}) |