Add lang/julia to the blacklist of ports that other ports must not depend upon.

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2019-05-28 09:44:05 +00:00
parent 2f40d531c4
commit fa22bcefd1

View file

@ -974,6 +974,9 @@ depends_blacklist()
lang/gcc)
instead="USE_GCC"
;;
lang/julia)
instead="a dependency on lang/julia\${JULIA_DEFAULT:S/.//}"
;;
devel/llvm)
instead="a dependency on devel/llvm\${LLVM_DEFAULT}"
;;