Add WITHOUT_SMUX option

PR:		20849
Submitted by:	Maxim Tulyuk <mt@lucky.net>
This commit is contained in:
David W. Chapman Jr. 2001-08-19 17:05:10 +00:00
parent 62ffea3a61
commit e11c56ffaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46486

View File

@ -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