- make portlint happier

This commit is contained in:
Dirk Meyer 2006-05-08 17:08:01 +00:00
parent 8f44911ca6
commit 5cc3049113
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161734
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ OPTIONS= RC_NG "install RC_NG script" off \
USE_RC_SUBR= vsftpd.sh
.endif
.if !defined(WITHOUT_SSL) && defined(WITH_VSFTPD_SSL)
.if defined(WITH_VSFTPD_SSL) && !defined(WITHOUT_SSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
SSL_SUFFIX= -ssl
CFLAGS+= -I${OPENSSLINC}

View file

@ -33,7 +33,7 @@ post-patch:
# Fatal error 'longjmp()ing between thread contexts is undefined by POSIX 1003.1'
# at line ? in file src/lib/libc_r/uthread/uthread_jmp.c (errno = ?)
# Abort trap (core dumped)
BROKEN= "longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c"
BROKEN= longjmp()ing between thread contexts in src/lib/libc_r/uthread/uthread_jmp.c
.endif
.include <bsd.port.post.mk>