diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-10-21 19:53:12 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-10-21 19:53:12 +0000 |
commit | ebf1c84a52ca1d1fafb5be378af5c4b2bc109965 (patch) | |
tree | 271bf31e10209454c32bf91f2c656cace042b523 /ftp/vsftpd-ext | |
parent | 06b69cb81e63c114b7daed3fc60536a0107b09aa (diff) | |
download | ports-ebf1c84a52ca1d1fafb5be378af5c4b2bc109965.tar.gz ports-ebf1c84a52ca1d1fafb5be378af5c4b2bc109965.zip |
Notes
Diffstat (limited to 'ftp/vsftpd-ext')
-rw-r--r-- | ftp/vsftpd-ext/Makefile | 2 |
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 |