svn commit: r476660 - head/security/masscan
Brooks Davis
brooks at FreeBSD.org
Wed Aug 8 19:11:51 UTC 2018
Author: brooks
Date: Wed Aug 8 19:11:50 2018
New Revision: 476660
URL: https://svnweb.freebsd.org/changeset/ports/476660
Log:
Depend on the real port, not the removed METAPORT on 10.x.
No functional change.
PR: 230468
Modified:
head/security/masscan/Makefile
Modified: head/security/masscan/Makefile
==============================================================================
--- head/security/masscan/Makefile Wed Aug 8 19:09:45 2018 (r476659)
+++ head/security/masscan/Makefile Wed Aug 8 19:11:50 2018 (r476660)
@@ -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
More information about the svn-ports-all
mailing list