From ebf1c84a52ca1d1fafb5be378af5c4b2bc109965 Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Tue, 21 Oct 2014 19:53:12 +0000 Subject: ftp/vsftpd-ext: fix build for 9.1 i386 PR: 193989 Submitted by: Xu Jing (maintainer) --- ftp/vsftpd-ext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001 BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 CC= clang33 .endif -- cgit v1.2.3