aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-08-20 01:05:10 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-08-20 01:05:10 +0800
commitbf2d8c0ff0374176c8e802de58783bd3cb7ba1c9 (patch)
tree901477fc7ecbb6329633209603f1d26b50032af1 /net
parente8f7536cc07f1ee859678a292723860b720959b7 (diff)
downloadfreebsd-ports-gnome-bf2d8c0ff0374176c8e802de58783bd3cb7ba1c9.tar.gz
freebsd-ports-gnome-bf2d8c0ff0374176c8e802de58783bd3cb7ba1c9.tar.zst
freebsd-ports-gnome-bf2d8c0ff0374176c8e802de58783bd3cb7ba1c9.zip
Add WITHOUT_SMUX option
PR: 20849 Submitted by: Maxim Tulyuk <mt@lucky.net>
Diffstat (limited to 'net')
-rw-r--r--net/gated/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile
index 986ecfa08e38..abfad5a0e3ec 100644
--- a/net/gated/Makefile
+++ b/net/gated/Makefile
@@ -17,6 +17,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-public-3_6
GNU_CONFIGURE= yes
+# use this option, if log_in_vain="YES"
+.if defined(WITHOUT_SMUX)
+CONFIGURE_ARGS+= --disable-smux
+.endif
+
post-configure:
cd ${WRKSRC} && ${MAKE} depend