Date: Wed, 8 Aug 2018 19:11:50 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476660 - head/security/masscan Message-ID: <201808081911.w78JBoUH055199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808081911.w78JBoUH055199>