summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-10-21 19:53:12 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-10-21 19:53:12 +0000
commitebf1c84a52ca1d1fafb5be378af5c4b2bc109965 (patch)
tree271bf31e10209454c32bf91f2c656cace042b523 /ftp
parentFix duplicate pkgname (diff)
ftp/vsftpd-ext: fix build for 9.1 i386
PR: 193989 Submitted by: Xu Jing <xjflyttp@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=371336
Diffstat (limited to 'ftp')
-rw-r--r--ftp/vsftpd-ext/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile
index 7e7b77ca50e8..0a601cd0a462 100644
--- a/ftp/vsftpd-ext/Makefile
+++ b/ftp/vsftpd-ext/Makefile
@@ -38,7 +38,7 @@ CONFLICTS= vsftpd-3* vsftpd${SSL_SUFFIX}${PKGNAMESUFFIX2}-3*
.include <bsd.port.options.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001
BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33
CC= clang33
.endif