summaryrefslogtreecommitdiff
path: root/ftp/vsftpd
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 /ftp/vsftpd
parentWhile trying to upgrade devel/tcllib several test failures were detected (diff)
- make portlint happier
Notes
Notes: svn path=/head/; revision=161734
Diffstat (limited to 'ftp/vsftpd')
-rw-r--r--ftp/vsftpd/Makefile2
1 files changed, 1 insertions, 1 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}