1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Depend on the real port, not the removed METAPORT on 10.x.

No functional change.

PR:		230468
This commit is contained in:
Brooks Davis 2018-08-08 19:11:50 +00:00
parent ff0e021d48
commit bc661abbc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476660

View File

@ -24,7 +24,7 @@ PLIST_FILES= bin/masscan man/man8/masscan.8.gz
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
BUILD_DEPENDS+= clang38:lang/clang38
BUILD_DEPENDS+= clang38:devel/llvm38
CC= clang38
.endif