diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-08-08 19:11:50 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-08-08 19:11:50 +0000 |
commit | bc661abbc344d6aa9042dabebcbfc1c13139563a (patch) | |
tree | 4b5e65c6732f2c02e8ee94f3d81fb36a11255a70 /security/masscan | |
parent | ff0e021d48eee9fd429be03e1dd901de2909ab8a (diff) |
Depend on the real port, not the removed METAPORT on 10.x.
No functional change.
PR: 230468
Notes
Notes:
svn path=/head/; revision=476660
Diffstat (limited to 'security/masscan')
-rw-r--r-- | security/masscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/masscan/Makefile b/security/masscan/Makefile index cecdb177ecb8..44a6c205b57d 100644 --- a/security/masscan/Makefile +++ b/security/masscan/Makefile @@ -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 |