summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-05-08 17:08:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-05-08 17:08:01 +0000
commit5cc3049113ba1fbc3c86b6783c7704aa43b315b8 (patch)
tree18af8e96d836b2446be3fc2d042f8882626817e7
parent8f44911ca6552512de31daadca959fdc0228b4b0 (diff)
downloadfreebsd-ports-5cc3049113ba1fbc3c86b6783c7704aa43b315b8.zip
- make portlint happier
-rw-r--r--ftp/vsftpd/Makefile2
-rw-r--r--games/gshisen/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index e2155d184395..ae3fe08ffb18 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -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}
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index b1cef3b93cd2..f1376746721e 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -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>